mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:33:33 +03:00
older -> lower, version -> v
This commit is contained in:
parent
3239116b53
commit
8f38830365
11 changed files with 25 additions and 28 deletions
|
|
@ -61,7 +61,7 @@
|
|||
detects macOS, but fails to set the macro's old name `TARGET_OS_OSX`, then
|
||||
continues to set it to a default value of 0. Other parts of the SDK still
|
||||
rely on the old name, and with this inconsistency our builds fail due to
|
||||
missing declarations. It happens when using mainline llvm older than v18.
|
||||
missing declarations. It happens when using mainline llvm v17 or lower.
|
||||
Later versions fixed it by predefining these target macros, avoiding the
|
||||
faulty dynamic detection. gcc is not affected (for now) because it lacks
|
||||
the necessary dynamic detection features, so the SDK falls back to
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@
|
|||
#else /* HAVE_WOLFSSL_BIO_SET_SHUTDOWN */
|
||||
#undef USE_FULL_BIO
|
||||
#endif
|
||||
/* wolfSSL 5.7.4 and older do not have these symbols, but only the
|
||||
/* wolfSSL 5.7.4 and lower do not have these symbols, but only the
|
||||
* OpenSSL ones. */
|
||||
#ifndef WOLFSSL_BIO_CTRL_GET_CLOSE
|
||||
#define WOLFSSL_BIO_CTRL_GET_CLOSE BIO_CTRL_GET_CLOSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue