mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Removed more remnants of the old pthread implementation.
After e284f3ff6831, ngx_crypt() can no longer return NGX_AGAIN.
This commit is contained in:
@@ -9,16 +9,6 @@
|
||||
#include <ngx_core.h>
|
||||
|
||||
|
||||
/*
|
||||
* Solaris has thread-safe crypt()
|
||||
* Linux has crypt_r(); "struct crypt_data" is more than 128K
|
||||
* FreeBSD needs the mutex to protect crypt()
|
||||
*
|
||||
* TODO:
|
||||
* ngx_crypt_init() to init mutex
|
||||
*/
|
||||
|
||||
|
||||
#if (NGX_CRYPT)
|
||||
|
||||
#if (NGX_HAVE_GNU_CRYPT_R)
|
||||
|
||||
Reference in New Issue
Block a user