aboutsummaryrefslogtreecommitdiffstats
path: root/modules/engine/openssl/modinfo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'modules/engine/openssl/modinfo.txt')
-rw-r--r--modules/engine/openssl/modinfo.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/engine/openssl/modinfo.txt b/modules/engine/openssl/modinfo.txt
new file mode 100644
index 000000000..7892e8e90
--- /dev/null
+++ b/modules/engine/openssl/modinfo.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>