Commit Diff


commit - 3d637e16282987774a99b45ee01ded3de4d78a58
commit + 0dfd6525a647e1edaa193054774452ef9fe1871b
blob - ddf26ed57cf5fc31831a724d764d75407965735d
blob + a98fef53aa3ddcdc47bb0e9850fe5a9cd1e47bb8
--- src/libmp/port/crt.c
+++ src/libmp/port/crt.c
@@ -1,6 +1,5 @@
 #include "os.h"
 #include <mp.h>
-#include <libsec.h>
 
 // chinese remainder theorem
 //
blob - b58e17363c0a09c621fbacad4cb1ca1e9d88f34c
blob + 1ae68c7f61ec951b8d70eaa6acbb189e13e3d33d
--- src/libmp/port/crttest.c
+++ src/libmp/port/crttest.c
@@ -1,6 +1,5 @@
 #include "os.h"
 #include <mp.h>
-#include <libsec.h>
 
 void
 testcrt(mpint **p)
blob - 01079c44b766b18ea30df8347c754dcb45c18781
blob + 33a74592f5eef124ce6a0d52cc4c5565cbf1ad59
--- src/libmp/port/mpfactorial.c
+++ src/libmp/port/mpfactorial.c
@@ -1,6 +1,5 @@
 #include "os.h"
 #include <mp.h>
-#include <libsec.h>
 #include "dat.h"
 
 mpint*
blob - f7c42a7bc4f7824889484591a6c45307bdd3e0d8
blob + de28bae8d38b2aacd8280f309c4064e7056c91ab
--- src/libmp/port/mpfmt.c
+++ src/libmp/port/mpfmt.c
@@ -1,6 +1,5 @@
 #include "os.h"
 #include <mp.h>
-#include <libsec.h>
 #include "dat.h"
 
 static int
blob - fd288f24e2861fc4764591a95041268936190978
blob + aaf413b4abdc1ddc481b0700ed5ce59f8b20751c
--- src/libmp/port/mprand.c
+++ src/libmp/port/mprand.c
@@ -1,6 +1,5 @@
 #include "os.h"
 #include <mp.h>
-#include <libsec.h>
 #include "dat.h"
 
 mpint*
blob - 8e07f00993174ff66b8b62942ddc4d00822dbe24
blob + e84db7998e4220ba164793d13c8a6804c082e2bf
--- src/libmp/port/strtomp.c
+++ src/libmp/port/strtomp.c
@@ -1,6 +1,5 @@
 #include "os.h"
 #include <mp.h>
-#include <libsec.h>
 #include "dat.h"
 
 static struct {