diff auto/lib/openssl/conf @ 3488:92378c49456d

MSVC8 compatibility with OpenSSL 1.0.0
author Igor Sysoev <igor@sysoev.ru>
date Thu, 01 Apr 2010 15:18:29 +0000
parents 83c940b0d18a
children 312c2f9b53ac
line wrap: on
line diff
--- 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"
         ;;
 
         *)