diff src/http/modules/ngx_http_ssl_module.h @ 395:f8f0f1834266

nginx-0.0.7-2004-07-16-21:11:43 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 Jul 2004 17:11:43 +0000
parents src/http/modules/ngx_http_ssl_filter.h@5659d773cfa8
children da8c5707af39
line wrap: on
line diff
copy from src/http/modules/ngx_http_ssl_filter.h
copy to src/http/modules/ngx_http_ssl_module.h
--- 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_conn
 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_ */