diff src/core/ngx_connection.h @ 393:5659d773cfa8

nginx-0.0.7-2004-07-15-20:35:51 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 15 Jul 2004 16:35:51 +0000
parents d1222d46b3f9
children 6f3b20c1ac50
line wrap: on
line diff
--- 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)