diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-07-25 18:34:14 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-25 18:34:14 +0000 |
| commit | 0599b11937990b169c05f95eeaed7cf22d823740 (patch) | |
| tree | 3e52ebeadd8d0442e33ae96ec0ae9a755aa54696 /auto/modules | |
| parent | a2b360d0b9196a130f9e39184edde69076d906ed (diff) | |
| download | nginx-0599b11937990b169c05f95eeaed7cf22d823740.tar.gz nginx-0599b11937990b169c05f95eeaed7cf22d823740.tar.bz2 | |
nginx-0.0.7-2004-07-25-22:34:14 import
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/auto/modules b/auto/modules index 6a5becd10..4dc9e1e66 100644 --- a/auto/modules +++ b/auto/modules @@ -101,16 +101,17 @@ if [ $HTTP_REWRITE = YES -a $USE_PCRE != DISABLED ]; then fi if [ $HTTP_SSL = YES ]; then + USE_OPENSSL=YES + have=NGX_HTTP_SSL . auto/have HTTP_MODULES="$HTTP_MODULES $HTTP_SSL_MODULE" HTTP_DEPS="$HTTP_DEPS $HTTP_SSL_DEPS" HTTP_SRCS="$HTTP_SRCS $HTTP_SSL_SRCS" # STUB: move to auto/libs/ssl after md5 - have=NGX_HTTP_SSL . auto/have - have=NGX_OPENSSL . auto/have - CORE_DEPS="$CORE_DEPS $OPENSSL_DEPS" - CORE_SRCS="$CORE_SRCS $OPENSSL_SRCS" - CORE_LIBS="$CORE_LIBS -lssl -lcrypto" + #have=NGX_OPENSSL . auto/have + #CORE_DEPS="$CORE_DEPS $OPENSSL_DEPS" + #CORE_SRCS="$CORE_SRCS $OPENSSL_SRCS" + #CORE_LIBS="$CORE_LIBS -lssl -lcrypto" fi if [ $HTTP_PROXY = YES ]; then |
