diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-07-15 16:35:51 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-15 16:35:51 +0000 |
commit | 1c3567ecc81a9f07f3c3d53912114bc5bd5daffa (patch) | |
tree | ba0b57b32bb1232af3fad0ff38375df9e498ec66 /src/core/ngx_core.h | |
parent | 4aa888820d3f13a225ee6bdd596305ea3b4db6f4 (diff) | |
download | nginx-1c3567ecc81a9f07f3c3d53912114bc5bd5daffa.tar.gz nginx-1c3567ecc81a9f07f3c3d53912114bc5bd5daffa.zip |
nginx-0.0.7-2004-07-15-20:35:51 import
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 8f30f2f01..575717f10 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -56,8 +56,7 @@ typedef struct ngx_connection_s ngx_connection_t; #include <ngx_conf_file.h> #include <ngx_os.h> #if (NGX_OPENSSL) -#include <openssl/ssl.h> -#include <openssl/err.h> +#include <ngx_event_openssl.h> #endif #include <ngx_connection.h> |