comparison src/http/modules/ngx_http_ssl_filter.h @ 386:fa72605e7089

nginx-0.0.7-2004-07-12-01:03:47 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 11 Jul 2004 21:03:47 +0000
parents e7054aaedf68
children b670db10cbbd
comparison
equal deleted inserted replaced
385:79050a10aacb 386:fa72605e7089
7 #include <ngx_http.h> 7 #include <ngx_http.h>
8 8
9 #include <openssl/ssl.h> 9 #include <openssl/ssl.h>
10 10
11 11
12 ngx_int_t ngx_http_ssl_read(ngx_http_request_t *r); 12 #define NGX_SSL_ERROR -10
13 void ngx_http_ssl_close_request(SSL *ssl, int mode); 13 #define NGX_SSL_HTTP_ERROR -11
14
15
16 ngx_int_t ngx_http_ssl_read(ngx_http_request_t *r, u_char *buf, size_t n);
17 void ngx_http_ssl_close_connection(SSL *ssl, ngx_log_t *log);
14 18
15 19
16 #endif /* _NGX_HTTP_SSL_FILTER_H_INCLUDED_ */ 20 #endif /* _NGX_HTTP_SSL_FILTER_H_INCLUDED_ */