mirror of
https://github.com/curl/curl.git
synced 2026-05-16 05:26:19 +03:00
schannel: drop fallbacks for 4 macros
They are defined by all mingw-w64 versions and all supported MSVC
versions (SDK 7.1A+).
Also by OpenWatcom 2:
ce6c37eb29/bld/w32api/include/wincrypt.mh
These aren't defined by mingw32ce. And likely defined by MS WinCE SDK,
but curl code doesn't use them in WinCE builds.
Closes #18093
This commit is contained in:
parent
dfe3844c56
commit
e32a6dc510
1 changed files with 0 additions and 16 deletions
|
|
@ -40,22 +40,6 @@
|
|||
#define HAS_CLIENT_CERT_PATH
|
||||
#endif
|
||||
|
||||
#ifndef CRYPT_DECODE_NOCOPY_FLAG
|
||||
#define CRYPT_DECODE_NOCOPY_FLAG 0x1
|
||||
#endif
|
||||
|
||||
#ifndef CRYPT_DECODE_ALLOC_FLAG
|
||||
#define CRYPT_DECODE_ALLOC_FLAG 0x8000
|
||||
#endif
|
||||
|
||||
#ifndef CERT_ALT_NAME_DNS_NAME
|
||||
#define CERT_ALT_NAME_DNS_NAME 3
|
||||
#endif
|
||||
|
||||
#ifndef CERT_ALT_NAME_IP_ADDRESS
|
||||
#define CERT_ALT_NAME_IP_ADDRESS 8
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER <= 1600)
|
||||
/* Workaround for warning:
|
||||
'type cast' : conversion from 'int' to 'LPCSTR' of greater size */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue