Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-07-15 20:35:51 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-07-15 20:35:51 +0400
commit1c3567ecc81a9f07f3c3d53912114bc5bd5daffa (patch)
treeba0b57b32bb1232af3fad0ff38375df9e498ec66 /auto/modules
parent4aa888820d3f13a225ee6bdd596305ea3b4db6f4 (diff)
nginx-0.0.7-2004-07-15-20:35:51 import
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules8
1 files changed, 6 insertions, 2 deletions
diff --git a/auto/modules b/auto/modules
index 9447780f3..d2e2b01bc 100644
--- a/auto/modules
+++ b/auto/modules
@@ -61,11 +61,15 @@ HTTP_FILTER_MODULES="$HTTP_WRITE_FILTER_MODULE \
$HTTP_RANGE_HEADER_FILTER_MODULE"
if [ $HTTP_SSL = YES ]; then
- have=NGX_OPENSSL . auto/have
HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_SSL_FILTER_MODULE"
HTTP_DEPS="$HTTP_DEPS $HTTP_SSL_DEPS"
HTTP_SRCS="$HTTP_SRCS $HTTP_SSL_SRCS"
- # STUB: move to auto/libs/ssl
+
+ # 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"
fi