| commit | 5dc5945ccf6e64b7b36bb620f4b24e6fdb2364b1 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Mon May 16 14:54:50 2011 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Mon May 16 14:54:50 2011 +0000 |
| tree | 37bc6eae1d5fa69c41621d03f93d06fb5e7d9dd9 | |
| parent | ffc72712505da246d7d55300f71693e55a36957d [diff] [blame] |
"$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module
patch by Maxim Dounin
diff --git a/src/os/win32/ngx_user.h b/src/os/win32/ngx_user.h index 6e8c58b..fd30df2 100644 --- a/src/os/win32/ngx_user.h +++ b/src/os/win32/ngx_user.h
@@ -17,7 +17,7 @@ #define ngx_gid_t ngx_int_t -ngx_int_t ngx_crypt(ngx_pool_t *pool, u_char *key, u_char *salt, +ngx_int_t ngx_libc_crypt(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted);