tno need to include sec.h - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 0dfd6525a647e1edaa193054774452ef9fe1871b
(DIR) parent 3d637e16282987774a99b45ee01ded3de4d78a58
(HTM) Author: rsc <devnull@localhost>
Date: Fri, 7 Jan 2005 06:41:21 +0000
no need to include sec.h
Diffstat:
M src/libmp/port/crt.c | 1 -
M src/libmp/port/crttest.c | 1 -
M src/libmp/port/mpfactorial.c | 1 -
M src/libmp/port/mpfmt.c | 1 -
M src/libmp/port/mprand.c | 1 -
M src/libmp/port/strtomp.c | 1 -
6 files changed, 0 insertions(+), 6 deletions(-)
---
(DIR) diff --git a/src/libmp/port/crt.c b/src/libmp/port/crt.c
t@@ -1,6 +1,5 @@
#include "os.h"
#include <mp.h>
-#include <libsec.h>
// chinese remainder theorem
//
(DIR) diff --git a/src/libmp/port/crttest.c b/src/libmp/port/crttest.c
t@@ -1,6 +1,5 @@
#include "os.h"
#include <mp.h>
-#include <libsec.h>
void
testcrt(mpint **p)
(DIR) diff --git a/src/libmp/port/mpfactorial.c b/src/libmp/port/mpfactorial.c
t@@ -1,6 +1,5 @@
#include "os.h"
#include <mp.h>
-#include <libsec.h>
#include "dat.h"
mpint*
(DIR) diff --git a/src/libmp/port/mpfmt.c b/src/libmp/port/mpfmt.c
t@@ -1,6 +1,5 @@
#include "os.h"
#include <mp.h>
-#include <libsec.h>
#include "dat.h"
static int
(DIR) diff --git a/src/libmp/port/mprand.c b/src/libmp/port/mprand.c
t@@ -1,6 +1,5 @@
#include "os.h"
#include <mp.h>
-#include <libsec.h>
#include "dat.h"
mpint*
(DIR) diff --git a/src/libmp/port/strtomp.c b/src/libmp/port/strtomp.c
t@@ -1,6 +1,5 @@
#include "os.h"
#include <mp.h>
-#include <libsec.h>
#include "dat.h"
static struct {