]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
schannel: fix recent update for mingw32ce
authorViktor Szakats <commit@vsz.me>
Wed, 30 Jul 2025 09:23:57 +0000 (11:23 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 30 Jul 2025 09:55:54 +0000 (11:55 +0200)
Follow-up to 952c929bdf70645ee263c45a19518ae976a0292d #18084
Closes #18097

lib/vtls/schannel_int.h

index afcadd718061f774f751b8bebe5f6c97336a9e5d..4927b9647bf5a046e75ae755c32202224824ba4f 100644 (file)
@@ -30,7 +30,8 @@
 
 #include "vtls.h"
 
-#if defined(CERT_CHAIN_REVOCATION_CHECK_CHAIN) && !defined(CURL_WINDOWS_UWP)
+#if (defined(__MINGW32CE__) || defined(CERT_CHAIN_REVOCATION_CHECK_CHAIN)) && \
+  !defined(CURL_WINDOWS_UWP)
 #define HAS_MANUAL_VERIFY_API
 #endif