mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
schannel: fix build error on targets <= XP
- Use CRYPT_STRING_HEX instead of CRYPT_STRING_HEXRAW since XP doesn't support the latter. Ref: https://github.com/curl/curl/pull/2376#issuecomment-382153668 Closes https://github.com/curl/curl/pull/2504
This commit is contained in:
parent
10b195d3b0
commit
ab988caef6
@ -433,7 +433,7 @@ schannel_connect_step1(struct connectdata *conn, int sockindex)
|
||||
cert_thumbprint.cbData = CERT_THUMBPRINT_DATA_LEN;
|
||||
|
||||
if(!CryptStringToBinary(cert_thumbprint_str, CERT_THUMBPRINT_STR_LEN,
|
||||
CRYPT_STRING_HEXRAW,
|
||||
CRYPT_STRING_HEX,
|
||||
cert_thumbprint_data, &cert_thumbprint.cbData,
|
||||
NULL, NULL)) {
|
||||
Curl_unicodefree(cert_path);
|
||||
|
Loading…
x
Reference in New Issue
Block a user