diff options
Diffstat (limited to 'auto/lib/openssl/conf')
| -rw-r--r-- | auto/lib/openssl/conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf index 0370fe084..3356689e9 100644 --- a/auto/lib/openssl/conf +++ b/auto/lib/openssl/conf @@ -8,6 +8,7 @@ if [ $OPENSSL != NONE ]; then case "$CC" in *) have=NGX_OPENSSL . auto/have + have=NGX_SSL . auto/have LINK_DEPS="$LINK_DEPS $OPENSSL/libssl.a $OPENSSL/libcrypto.a" CORE_LIBS="$CORE_LIBS $OPENSSL/libssl.a $OPENSSL/libcrypto.a" ;; @@ -34,6 +35,7 @@ else . auto/feature if [ $ngx_found = yes ]; then + have=NGX_SSL . auto/have CORE_LIBS="$CORE_LIBS $ngx_feature_libs" OPENSSL=YES |
