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
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-07-26 20:21:18 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-07-26 20:21:18 +0400
commitea52123c06a5c32a500e8ccb5ce9ae23db1d3a2b (patch)
tree9d21d6f4b6c657bab6eaa8f576c18c9f5beef147 /auto
parent0599b11937990b169c05f95eeaed7cf22d823740 (diff)
nginx-0.0.8-2004-07-26-20:21:18 import
Diffstat (limited to 'auto')
-rw-r--r--auto/modules6
1 files changed, 0 insertions, 6 deletions
diff --git a/auto/modules b/auto/modules
index 4dc9e1e66..ce6096791 100644
--- a/auto/modules
+++ b/auto/modules
@@ -106,12 +106,6 @@ if [ $HTTP_SSL = YES ]; then
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_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