Commit 20d06b2a authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

winhttp: Allow reusing a secure connection.

parent 567e21e1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment