no need to include sec.h

This commit is contained in:
rsc 2005-01-07 06:41:21 +00:00
parent 3d637e1628
commit 0dfd6525a6
6 changed files with 0 additions and 6 deletions

View file

@ -1,6 +1,5 @@
#include "os.h" #include "os.h"
#include <mp.h> #include <mp.h>
#include <libsec.h>
// chinese remainder theorem // chinese remainder theorem
// //

View file

@ -1,6 +1,5 @@
#include "os.h" #include "os.h"
#include <mp.h> #include <mp.h>
#include <libsec.h>
void void
testcrt(mpint **p) testcrt(mpint **p)

View file

@ -1,6 +1,5 @@
#include "os.h" #include "os.h"
#include <mp.h> #include <mp.h>
#include <libsec.h>
#include "dat.h" #include "dat.h"
mpint* mpint*

View file

@ -1,6 +1,5 @@
#include "os.h" #include "os.h"
#include <mp.h> #include <mp.h>
#include <libsec.h>
#include "dat.h" #include "dat.h"
static int static int

View file

@ -1,6 +1,5 @@
#include "os.h" #include "os.h"
#include <mp.h> #include <mp.h>
#include <libsec.h>
#include "dat.h" #include "dat.h"
mpint* mpint*

View file

@ -1,6 +1,5 @@
#include "os.h" #include "os.h"
#include <mp.h> #include <mp.h>
#include <libsec.h>
#include "dat.h" #include "dat.h"
static struct { static struct {