comparison auto/lib/openssl/conf @ 6304:520ec1917f1d

Configure: fixed using OpenSSL include paths.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 23 Nov 2015 22:48:31 +0300
parents 4d25ec8f0adb
children 7142b04337d6
comparison
equal deleted inserted replaced
6303:a93345ee8f52 6304:520ec1917f1d
103 . auto/feature 103 . auto/feature
104 fi 104 fi
105 105
106 if [ $ngx_found = yes ]; then 106 if [ $ngx_found = yes ]; then
107 have=NGX_SSL . auto/have 107 have=NGX_SSL . auto/have
108 CORE_INCS="$CORE_INCS $ngx_feature_path"
108 CORE_LIBS="$CORE_LIBS $ngx_feature_libs $NGX_LIBDL" 109 CORE_LIBS="$CORE_LIBS $ngx_feature_libs $NGX_LIBDL"
109 OPENSSL=YES 110 OPENSSL=YES
110 fi 111 fi
111 fi 112 fi
112 113