summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/openssl/conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/lib/openssl/conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf
index 64f2ce02f..c57a7c830 100644
--- a/auto/lib/openssl/conf
+++ b/auto/lib/openssl/conf
@@ -19,6 +19,8 @@ if [ $OPENSSL != NONE ]; then
# libeay32.lib requires gdi32.lib
CORE_LIBS="$CORE_LIBS gdi32.lib"
+ # OpenSSL 1.0.0 requires crypt32.lib
+ CORE_LIBS="$CORE_LIBS crypt32.lib"
;;
*)