diff options
Diffstat (limited to 'src/os/unix/ngx_user.h')
-rw-r--r-- | src/os/unix/ngx_user.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/unix/ngx_user.h b/src/os/unix/ngx_user.h index a24a66bf3..7cd944d01 100644 --- a/src/os/unix/ngx_user.h +++ b/src/os/unix/ngx_user.h @@ -20,5 +20,4 @@ ngx_int_t ngx_crypt(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted); - #endif /* _NGX_USER_H_INCLUDED_ */ |