comparison 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
comparison
equal deleted inserted replaced
3487:5d2acf153153 3488:92378c49456d
17 CORE_LIBS="$CORE_LIBS $OPENSSL/openssl/lib/ssleay32.lib" 17 CORE_LIBS="$CORE_LIBS $OPENSSL/openssl/lib/ssleay32.lib"
18 CORE_LIBS="$CORE_LIBS $OPENSSL/openssl/lib/libeay32.lib" 18 CORE_LIBS="$CORE_LIBS $OPENSSL/openssl/lib/libeay32.lib"
19 19
20 # libeay32.lib requires gdi32.lib 20 # libeay32.lib requires gdi32.lib
21 CORE_LIBS="$CORE_LIBS gdi32.lib" 21 CORE_LIBS="$CORE_LIBS gdi32.lib"
22 # OpenSSL 1.0.0 requires crypt32.lib
23 CORE_LIBS="$CORE_LIBS crypt32.lib"
22 ;; 24 ;;
23 25
24 *) 26 *)
25 have=NGX_OPENSSL . auto/have 27 have=NGX_OPENSSL . auto/have
26 have=NGX_SSL . auto/have 28 have=NGX_SSL . auto/have