diff options
-rw-r--r-- | lib/vtls/schannel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c index cbcc9c532..4f3f0ce85 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -441,7 +441,8 @@ schannel_connect_step1(struct connectdata *conn, int sockindex) return result; } - cert_store = CertOpenStore(CURL_CERT_STORE_PROV_SYSTEM, 0, NULL, + cert_store = CertOpenStore(CURL_CERT_STORE_PROV_SYSTEM, 0, + (HCRYPTPROV)NULL, cert_store_name, cert_store_path); if(!cert_store) { Curl_unicodefree(cert_path); |