diff options
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 58b1d1238..8f30f2f01 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -55,6 +55,10 @@ typedef struct ngx_connection_s ngx_connection_t; #include <ngx_process_cycle.h> #include <ngx_conf_file.h> #include <ngx_os.h> +#if (NGX_OPENSSL) +#include <openssl/ssl.h> +#include <openssl/err.h> +#endif #include <ngx_connection.h> |