mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:17:28 +03:00
schannel: assume CERT_CHAIN_REVOCATION_CHECK_CHAIN
Always available in supported mingw-w64 and MSVC compilers, except
in UWP mode. For mingw32ce this macro is defined later in the code.
Also available in OpenWatcom 2.
ce6c37eb29/bld/w32api/include/winerror.mh
Closes #18108
This commit is contained in:
parent
25119fbaaa
commit
08acef2aab
1 changed files with 1 additions and 2 deletions
|
|
@ -30,8 +30,7 @@
|
|||
|
||||
#include "vtls.h"
|
||||
|
||||
#if (defined(__MINGW32CE__) || defined(CERT_CHAIN_REVOCATION_CHECK_CHAIN)) && \
|
||||
!defined(CURL_WINDOWS_UWP)
|
||||
#ifndef CURL_WINDOWS_UWP
|
||||
#define HAS_MANUAL_VERIFY_API
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue