mirror of
https://github.com/curl/curl.git
synced 2026-05-16 13:26:22 +03:00
schannel: drop fallbacks for unused BCRYPT_* macros
In case they are used again in the future, the fallbacks are not
necessary for the supported mingw-w64 (v3+) and MSVC versions.
Follow-up to 6238888ca7 #15621
Closes #18091
This commit is contained in:
parent
58906838c5
commit
dfe3844c56
1 changed files with 0 additions and 20 deletions
|
|
@ -73,26 +73,6 @@
|
|||
#define SCH_DEV(x) do { } while(0)
|
||||
#endif
|
||||
|
||||
#ifndef BCRYPT_CHAIN_MODE_CCM
|
||||
#define BCRYPT_CHAIN_MODE_CCM L"ChainingModeCCM"
|
||||
#endif
|
||||
|
||||
#ifndef BCRYPT_CHAIN_MODE_GCM
|
||||
#define BCRYPT_CHAIN_MODE_GCM L"ChainingModeGCM"
|
||||
#endif
|
||||
|
||||
#ifndef BCRYPT_AES_ALGORITHM
|
||||
#define BCRYPT_AES_ALGORITHM L"AES"
|
||||
#endif
|
||||
|
||||
#ifndef BCRYPT_SHA256_ALGORITHM
|
||||
#define BCRYPT_SHA256_ALGORITHM L"SHA256"
|
||||
#endif
|
||||
|
||||
#ifndef BCRYPT_SHA384_ALGORITHM
|
||||
#define BCRYPT_SHA384_ALGORITHM L"SHA384"
|
||||
#endif
|
||||
|
||||
#ifdef HAS_CLIENT_CERT_PATH
|
||||
#ifdef UNICODE
|
||||
#define CURL_CERT_STORE_PROV_SYSTEM CERT_STORE_PROV_SYSTEM_W
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue