comparison src/http/modules/ngx_http_ssl_filter.h @ 384:e7054aaedf68

nginx-0.0.7-2004-07-09-11:12:14 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 09 Jul 2004 07:12:14 +0000
parents c05876036128
children fa72605e7089
comparison
equal deleted inserted replaced
383:c05876036128 384:e7054aaedf68
4 4
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 #include <ngx_core.h> 6 #include <ngx_core.h>
7 #include <ngx_http.h> 7 #include <ngx_http.h>
8 8
9 #include <openssl/ssl.h>
10
9 11
10 ngx_int_t ngx_http_ssl_read(ngx_http_request_t *r); 12 ngx_int_t ngx_http_ssl_read(ngx_http_request_t *r);
13 void ngx_http_ssl_close_request(SSL *ssl, int mode);
11 14
12 15
13 #endif /* _NGX_HTTP_SSL_FILTER_H_INCLUDED_ */ 16 #endif /* _NGX_HTTP_SSL_FILTER_H_INCLUDED_ */