Commit 5b38dac7 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

winhttp: Use schannel for HTTPS connection by defaul and get rid of OpenSSL dependency.

parent 90124e08
......@@ -129,7 +129,6 @@ typedef struct
{
int socket;
BOOL secure; /* SSL active on connection? */
void *ssl_conn;
CtxtHandle ssl_ctx;
SecPkgContext_StreamSizes ssl_sizes;
char *ssl_buf;
......
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