diff options
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 2a4ce03ca..44edd1529 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -21,7 +21,7 @@ typedef struct ngx_http_cleanup_s ngx_http_cleanup_t; #include <ngx_http_log_handler.h> #include <ngx_http_core_module.h> -#if (NGX_HTTP_SSL) +#if (NGX_OPENSSL) #include <ngx_http_ssl_filter.h> #endif |