aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/openssl/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/openssl/info.txt')
-rw-r--r--src/engine/openssl/info.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/engine/openssl/info.txt b/src/engine/openssl/info.txt
new file mode 100644
index 000000000..7892e8e90
--- /dev/null
+++ b/src/engine/openssl/info.txt
@@ -0,0 +1,20 @@
+realname "OpenSSL Engine"
+
+define ENGINE_OPENSSL
+
+load_on request
+
+<add>
+eng_ossl.cpp
+bn_wrap.cpp
+bn_powm.cpp
+ossl_bc.cpp
+ossl_rc4.cpp
+ossl_md.cpp
+eng_ossl.h
+bn_wrap.h
+</add>
+
+<libs>
+all -> crypto
+</libs>