winhttp: Allow reusing a secure connection.

This commit is contained in:
Hans Leidekker 2008-09-03 12:30:08 +02:00 committed by Alexandre Julliard
parent 567e21e132
commit 20d06b2a4c
1 changed files with 0 additions and 2 deletions

View File

@ -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