mirror of
https://github.com/curl/curl.git
synced 2026-06-14 09:05:38 +03:00
at least -> higher
This commit is contained in:
parent
7d02e46280
commit
46c2cf51f7
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
#include <wolfssl/version.h>
|
||||
|
||||
#if LIBWOLFSSL_VERSION_HEX < 0x05000000 /* wolfSSL 5.0.0 (2021-11-01) */
|
||||
#error "wolfSSL version should be at least 5.0.0"
|
||||
#error "wolfSSL version should be 5.0.0 or higher"
|
||||
#endif
|
||||
#if defined(OPENSSL_COEXIST) && LIBWOLFSSL_VERSION_HEX < 0x05007006
|
||||
#error "wolfSSL 5.7.6 or higher is required to coexist with OpenSSL"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue