mirror of
https://github.com/curl/curl.git
synced 2026-08-15 12:43:41 +03:00
schannel: fix recent update for mingw32ce
Follow-up to 952c929bdf #18084
Closes #18097
This commit is contained in:
parent
217ae24a94
commit
58906838c5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue