no need to include sec.h
This commit is contained in:
parent
3d637e1628
commit
0dfd6525a6
@ -1,6 +1,5 @@
|
||||
#include "os.h"
|
||||
#include <mp.h>
|
||||
#include <libsec.h>
|
||||
|
||||
// chinese remainder theorem
|
||||
//
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
#include "os.h"
|
||||
#include <mp.h>
|
||||
#include <libsec.h>
|
||||
|
||||
void
|
||||
testcrt(mpint **p)
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
#include "os.h"
|
||||
#include <mp.h>
|
||||
#include <libsec.h>
|
||||
#include "dat.h"
|
||||
|
||||
mpint*
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
#include "os.h"
|
||||
#include <mp.h>
|
||||
#include <libsec.h>
|
||||
#include "dat.h"
|
||||
|
||||
static int
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
#include "os.h"
|
||||
#include <mp.h>
|
||||
#include <libsec.h>
|
||||
#include "dat.h"
|
||||
|
||||
mpint*
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
#include "os.h"
|
||||
#include <mp.h>
|
||||
#include <libsec.h>
|
||||
#include "dat.h"
|
||||
|
||||
static struct {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user