From 1c3567ecc81a9f07f3c3d53912114bc5bd5daffa Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 15 Jul 2004 16:35:51 +0000 Subject: nginx-0.0.7-2004-07-15-20:35:51 import --- src/core/ngx_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ngx_connection.h') diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index ea69790a0..08714ad45 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -91,7 +91,7 @@ struct ngx_connection_s { ngx_str_t addr_text; #if (NGX_OPENSSL) - SSL *ssl; + ngx_ssl_t *ssl; #endif #if (HAVE_IOCP) -- cgit