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 --- src/http/modules/ngx_http_auth_basic_module.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/modules/ngx_http_auth_basic_module.c') diff --git a/src/http/modules/ngx_http_auth_basic_module.c b/src/http/modules/ngx_http_auth_basic_module.c index c6b7f92f1..45168de84 100644 --- a/src/http/modules/ngx_http_auth_basic_module.c +++ b/src/http/modules/ngx_http_auth_basic_module.c @@ -7,6 +7,7 @@ #include #include #include +#include #define NGX_HTTP_AUTH_BUF_SIZE 2048 -- cgit v1.2.3