summaryrefslogtreecommitdiffstats
path: root/botan/src/engine/openssl/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/engine/openssl/info.txt')
-rw-r--r--botan/src/engine/openssl/info.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/botan/src/engine/openssl/info.txt b/botan/src/engine/openssl/info.txt
new file mode 100644
index 0000000..3f2f1ab
--- /dev/null
+++ b/botan/src/engine/openssl/info.txt
@@ -0,0 +1,28 @@
+realname "OpenSSL Engine"
+
+define ENGINE_OPENSSL
+
+load_on request
+
+<libs>
+all -> crypto
+</libs>
+
+<add>
+arc4_openssl.cpp
+bn_powm.cpp
+bn_wrap.cpp
+bn_wrap.h
+eng_ossl.h
+ossl_bc.cpp
+ossl_dh.cpp
+ossl_dsa.cpp
+ossl_elg.cpp
+ossl_if.cpp
+ossl_md.cpp
+ossl_nr.cpp
+</add>
+
+<requires>
+bigint
+</requires>