From 5dc5945ccf6e64b7b36bb620f4b24e6fdb2364b1 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 16 May 2011 14:54:50 +0000 Subject: "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module patch by Maxim Dounin --- auto/lib/conf | 1 + auto/lib/sha1/conf | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'auto/lib') diff --git a/auto/lib/conf b/auto/lib/conf index f89d922f8..357e7810d 100644 --- a/auto/lib/conf +++ b/auto/lib/conf @@ -43,6 +43,7 @@ if [ $USE_SHA1 = YES ]; then if [ $USE_OPENSSL = YES ]; then have=NGX_HAVE_OPENSSL_SHA1_H . auto/have + have=NGX_HAVE_SHA1 . auto/have SHA1=YES SHA1_LIB=OpenSSL diff --git a/auto/lib/sha1/conf b/auto/lib/sha1/conf index 888537779..af3d3fba2 100644 --- a/auto/lib/sha1/conf +++ b/auto/lib/sha1/conf @@ -4,6 +4,7 @@ if [ $SHA1 != NONE ]; then + have=NGX_HAVE_SHA1 . auto/have CORE_INCS="$CORE_INCS $SHA1" case "$NGX_CC_NAME" in @@ -41,7 +42,7 @@ else # FreeBSD ngx_feature="sha1 in system md library" - ngx_feature_name= + ngx_feature_name=NGX_HAVE_SHA1 ngx_feature_run=no ngx_feature_incs="#include " ngx_feature_path= -- cgit