commit | 1c3567ecc81a9f07f3c3d53912114bc5bd5daffa | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Jul 15 16:35:51 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Jul 15 16:35:51 2004 +0000 |
tree | ba0b57b32bb1232af3fad0ff38375df9e498ec66 | |
parent | 4aa888820d3f13a225ee6bdd596305ea3b4db6f4 [diff] [blame] |
nginx-0.0.7-2004-07-15-20:35:51 import
diff --git a/src/core/nginx.c b/src/core/nginx.c index 38418a8..6d6103c 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c
@@ -114,6 +114,10 @@ log = ngx_log_init_errlog(); ngx_pid = ngx_getpid(); +#if (NGX_OPENSSL) + ngx_ssl_init(log); +#endif + /* init_cycle->log is required for signal handlers and ngx_getopt() */ ngx_memzero(&init_cycle, sizeof(ngx_cycle_t));