aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/mp/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-01 21:20:55 +0000
committerlloyd <[email protected]>2014-01-01 21:20:55 +0000
commit197dc467dec28a04c3b2f30da7cef122dfbb13e9 (patch)
treecdbd3ddaec051c72f0a757db461973d90c37b97a /src/math/mp/info.txt
parent62faac373c07cfe10bc8c309e89ebdd30d8e5eaa (diff)
Shuffle things around. Add NIST X.509 test to build.
Diffstat (limited to 'src/math/mp/info.txt')
-rw-r--r--src/math/mp/info.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/math/mp/info.txt b/src/math/mp/info.txt
deleted file mode 100644
index a47475f7b..000000000
--- a/src/math/mp/info.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-define BIGINT_MP 20131128
-
-<source>
-mp_asm.cpp
-mp_comba.cpp
-mp_karat.cpp
-mp_monty.cpp
-mp_mulop.cpp
-mp_misc.cpp
-mp_shift.cpp
-</source>
-
-<header:public>
-mp_types.h
-</header:public>
-
-<header:internal>
-mp_core.h
-</header:internal>
-
-<requires>
-mp_x86_64|mp_x86_32|mp_x86_32_msvc|mp_generic
-</requires>