Module: wine Branch: master Commit: 20d06b2a4cade847d8f4f7c252b5f6e1762dbb2a URL: http://source.winehq.org/git/wine.git/?a=commit;h=20d06b2a4cade847d8f4f7c252...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Sep 3 12:30:08 2008 +0200
winhttp: Allow reusing a secure connection.
---
dlls/winhttp/net.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/winhttp/net.c b/dlls/winhttp/net.c index 90950cb..498e5ac 100644 --- a/dlls/winhttp/net.c +++ b/dlls/winhttp/net.c @@ -277,10 +277,8 @@ BOOL netconn_close( netconn_t *conn )
pSSL_shutdown( conn->ssl_conn ); pSSL_free( conn->ssl_conn ); - pSSL_CTX_free( conn->ssl_ctx );
conn->ssl_conn = NULL; - conn->ssl_ctx = NULL; conn->secure = FALSE; } #endif