schannel: drop old-mingw special case

mingw-w64 always defines `CERT_CHAIN_REVOCATION_CHECK_CHAIN`.

Also confirmed in CI.

Follow-up to 38029101e2 #11625
Ref: a28f5f68b9 #18010
Closes #18084
This commit is contained in:
Viktor Szakats 2025-07-29 19:11:35 +02:00
parent 1a27fcf22f
commit 952c929bdf
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -30,8 +30,7 @@
#include "vtls.h"
#if (defined(__MINGW32__) || defined(CERT_CHAIN_REVOCATION_CHECK_CHAIN)) && \
!defined(CURL_WINDOWS_UWP)
#if defined(CERT_CHAIN_REVOCATION_CHECK_CHAIN) && !defined(CURL_WINDOWS_UWP)
#define HAS_MANUAL_VERIFY_API
#endif