summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_ssl_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-07-16 17:11:43 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-07-16 17:11:43 +0000
commitf38e046a0a2e7437f8232ef2a99cead69c4b9ebb (patch)
tree5d9a68d757f7994506cdb497ce43d4ddd63c7eaa /src/http/modules/ngx_http_ssl_module.h
parent0ad253766fb8d62f257c446410a632a596ac5783 (diff)
downloadnginx-f38e046a0a2e7437f8232ef2a99cead69c4b9ebb.tar.gz
nginx-f38e046a0a2e7437f8232ef2a99cead69c4b9ebb.tar.bz2
nginx-0.0.7-2004-07-16-21:11:43 import
Diffstat (limited to '')
-rw-r--r--src/http/modules/ngx_http_ssl_module.h (renamed from src/http/modules/ngx_http_ssl_filter.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/http/modules/ngx_http_ssl_filter.h b/src/http/modules/ngx_http_ssl_module.h
index a42ee9135..2bb1fe1fe 100644
--- a/src/http/modules/ngx_http_ssl_filter.h
+++ b/src/http/modules/ngx_http_ssl_module.h
@@ -1,5 +1,5 @@
-#ifndef _NGX_HTTP_SSL_FILTER_H_INCLUDED_
-#define _NGX_HTTP_SSL_FILTER_H_INCLUDED_
+#ifndef _NGX_HTTP_SSL_H_INCLUDED_
+#define _NGX_HTTP_SSL_H_INCLUDED_
#include <ngx_config.h>
@@ -24,7 +24,7 @@ ngx_chain_t *ngx_http_ssl_write(ngx_connection_t *c, ngx_chain_t *in,
void ngx_http_ssl_close_connection(SSL *ssl, ngx_log_t *log);
-extern ngx_module_t ngx_http_ssl_filter_module;
+extern ngx_module_t ngx_http_ssl_module;
-#endif /* _NGX_HTTP_SSL_FILTER_H_INCLUDED_ */
+#endif /* _NGX_HTTP_SSL_H_INCLUDED_ */