summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-07-14 20:07:58 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-07-14 20:07:58 +0000
commit4aa888820d3f13a225ee6bdd596305ea3b4db6f4 (patch)
tree1b3c18e0a419a66123414a366588db23028ac5b1 /src/http/ngx_http.h
parent7823cc3b0d263530ed4590d27ee4d1fe12dca0dc (diff)
downloadnginx-4aa888820d3f13a225ee6bdd596305ea3b4db6f4.tar.gz
nginx-4aa888820d3f13a225ee6bdd596305ea3b4db6f4.tar.bz2
nginx-0.0.7-2004-07-15-00:07:58 import
Diffstat (limited to '')
-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