comparison auto/lib/openssl/conf @ 541:b09ee85d0ac8 release-0.1.45

nginx-0.1.45-RELEASE import *) Change: the "ssl_engine" directive was canceled in the ngx_http_ssl_module and now is introduced at global level. *) Bugfix: the responses with SSI subrequests did not transferred via SSL connection. *) Various bug fixes in the IMAP/POP3 proxy.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Sep 2005 14:36:09 +0000
parents 975f62e77f02
children e48ebafc6939
comparison
equal deleted inserted replaced
540:983c48ab79bb 541:b09ee85d0ac8
2 # Copyright (C) Igor Sysoev 2 # Copyright (C) Igor Sysoev
3 3
4 4
5 if [ $OPENSSL != NONE ]; then 5 if [ $OPENSSL != NONE ]; then
6 CORE_INCS="$CORE_INCS $OPENSSL/include" 6 CORE_INCS="$CORE_INCS $OPENSSL/include"
7 CORE_DEPS="$CORE_DEPS $OPENSSL_DEPS"
8 CORE_SRCS="$CORE_SRCS $OPENSSL_SRCS"
9 7
10 case "$CC" in 8 case "$CC" in
11 *) 9 *)
12 have=NGX_OPENSSL . auto/have 10 have=NGX_OPENSSL . auto/have
13 LINK_DEPS="$LINK_DEPS $OPENSSL/libssl.a $OPENSSL/libcrypto.a" 11 LINK_DEPS="$LINK_DEPS $OPENSSL/libssl.a $OPENSSL/libcrypto.a"
34 ngx_feature_libs="-lssl -lcrypto" 32 ngx_feature_libs="-lssl -lcrypto"
35 ngx_feature_test="SSL_library_init()" 33 ngx_feature_test="SSL_library_init()"
36 . auto/feature 34 . auto/feature
37 35
38 if [ $ngx_found = yes ]; then 36 if [ $ngx_found = yes ]; then
39 CORE_DEPS="$CORE_DEPS $OPENSSL_DEPS"
40 CORE_SRCS="$CORE_SRCS $OPENSSL_SRCS"
41 CORE_LIBS="$CORE_LIBS $ngx_feature_libs" 37 CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
42 OPENSSL=YES 38 OPENSSL=YES
43 fi 39 fi
44 40
45 fi 41 fi