commit | f38e046a0a2e7437f8232ef2a99cead69c4b9ebb | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Fri Jul 16 17:11:43 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Fri Jul 16 17:11:43 2004 +0000 |
tree | 5d9a68d757f7994506cdb497ce43d4ddd63c7eaa | |
parent | 0ad253766fb8d62f257c446410a632a596ac5783 [diff] [blame] |
nginx-0.0.7-2004-07-16-21:11:43 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 44edd15..145082f 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h
@@ -21,8 +21,8 @@ #include <ngx_http_log_handler.h> #include <ngx_http_core_module.h> -#if (NGX_OPENSSL) -#include <ngx_http_ssl_filter.h> +#if (NGX_HTTP_SSL) +#include <ngx_http_ssl_module.h> #endif