comparison auto/lib/openssl/conf @ 90:71c46860eb55 NGINX_0_1_45

nginx 0.1.45 *) 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 <http://sysoev.ru>
date Thu, 08 Sep 2005 00:00:00 +0400
parents 41ccba1aba45
children dad2fe8ecf08
comparison
equal deleted inserted replaced
89:7ed9767f1c4e 90:71c46860eb55
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