Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-07-15 00:07:58 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-07-15 00:07:58 +0400
commit4aa888820d3f13a225ee6bdd596305ea3b4db6f4 (patch)
tree1b3c18e0a419a66123414a366588db23028ac5b1 /src/http/ngx_http.h
parent7823cc3b0d263530ed4590d27ee4d1fe12dca0dc (diff)
nginx-0.0.7-2004-07-15-00:07:58 import
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h2
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