diff auto/lib/conf @ 399:4e21d1291a14

nginx-0.0.7-2004-07-25-22:34:14 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 25 Jul 2004 18:34:14 +0000
parents fc8dc489247e
children 42d11f017717
line wrap: on
line diff
--- a/auto/lib/conf
+++ b/auto/lib/conf
@@ -7,6 +7,10 @@ if [ $USE_MD5 = YES ]; then
     . auto/lib/md5/conf
 fi
 
+if [ $USE_OPENSSL = YES ]; then
+    . auto/lib/openssl/conf
+fi
+
 if [ $USE_ZLIB = YES ]; then
     . auto/lib/zlib/conf
 fi