Commit a552a7a9 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

cryptnet: Respect proxy settings.

parent aacbc7e2
......@@ -827,7 +827,7 @@ static BOOL CRYPT_Connect(const URL_COMPONENTSW *components,
components->nPort, context, pCredentials, phInt, phInt);
*phHost = NULL;
*phInt = InternetOpenW(NULL, INTERNET_OPEN_TYPE_DIRECT, NULL, NULL,
*phInt = InternetOpenW(NULL, INTERNET_OPEN_TYPE_PRECONFIG, NULL, NULL,
context ? INTERNET_FLAG_ASYNC : 0);
if (*phInt)
{
......
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