mirror of
https://github.com/curl/curl.git
synced 2025-09-04 11:24:59 +03:00
schannel: drop old-mingw special case
mingw-w64 always defines `CERT_CHAIN_REVOCATION_CHECK_CHAIN`. Also confirmed in CI. Follow-up to38029101e2
#11625 Ref:a28f5f68b9
#18010 Closes #18084
This commit is contained in:
parent
1a27fcf22f
commit
952c929bdf
|
@ -30,8 +30,7 @@
|
||||||
|
|
||||||
#include "vtls.h"
|
#include "vtls.h"
|
||||||
|
|
||||||
#if (defined(__MINGW32__) || defined(CERT_CHAIN_REVOCATION_CHECK_CHAIN)) && \
|
#if defined(CERT_CHAIN_REVOCATION_CHECK_CHAIN) && !defined(CURL_WINDOWS_UWP)
|
||||||
!defined(CURL_WINDOWS_UWP)
|
|
||||||
#define HAS_MANUAL_VERIFY_API
|
#define HAS_MANUAL_VERIFY_API
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user