older -> lower, version -> v

This commit is contained in:
Viktor Szakats 2026-05-26 20:32:53 +02:00
parent 3239116b53
commit 8f38830365
No known key found for this signature in database
11 changed files with 25 additions and 28 deletions

View file

@ -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

View file

@ -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