mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:43:32 +03:00
checksrc: ensure using ifdef/ifndef when possible, fix fallouts
Follow-up to 89771d19d5 #18018
Closes #20065
This commit is contained in:
parent
e8415a8296
commit
4ad87f2cb8
9 changed files with 30 additions and 11 deletions
|
|
@ -225,7 +225,7 @@ CURLcode Curl_vtls_apple_verify(struct Curl_cfilter *cf,
|
|||
#endif
|
||||
|
||||
#ifdef SUPPORTS_SecTrustEvaluateWithError
|
||||
#if defined(HAVE_BUILTIN_AVAILABLE)
|
||||
#ifdef HAVE_BUILTIN_AVAILABLE
|
||||
if(__builtin_available(macOS 10.14, iOS 12, tvOS 12, watchOS 5, *)) {
|
||||
#else
|
||||
if(1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue