summaryrefslogtreecommitdiffstats
path: root/old/botan/src/engine/gnump/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'old/botan/src/engine/gnump/info.txt')
-rw-r--r--old/botan/src/engine/gnump/info.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/old/botan/src/engine/gnump/info.txt b/old/botan/src/engine/gnump/info.txt
new file mode 100644
index 0000000..67a9bcd
--- /dev/null
+++ b/old/botan/src/engine/gnump/info.txt
@@ -0,0 +1,26 @@
+realname "GMP Engine"
+
+define ENGINE_GNU_MP
+
+load_on request
+
+<libs>
+all -> gmp
+</libs>
+
+<add>
+eng_gmp.h
+gmp_dh.cpp
+gmp_dsa.cpp
+gmp_elg.cpp
+gmp_if.cpp
+gmp_mem.cpp
+gmp_nr.cpp
+gmp_powm.cpp
+gmp_wrap.cpp
+gmp_wrap.h
+</add>
+
+<requires>
+bigint
+</requires>