mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:43:32 +03:00
or higher -> or greater 9 src
This commit is contained in:
parent
251780043c
commit
46d858bc3b
3 changed files with 6 additions and 6 deletions
|
|
@ -34,10 +34,10 @@
|
|||
#include <wolfssl/version.h>
|
||||
|
||||
#if LIBWOLFSSL_VERSION_HEX < 0x05000000 /* wolfSSL 5.0.0 (2021-11-01) */
|
||||
#error "wolfSSL version should be 5.0.0 or higher"
|
||||
#error "wolfSSL version should be 5.0.0 or greater"
|
||||
#endif
|
||||
#if defined(OPENSSL_COEXIST) && LIBWOLFSSL_VERSION_HEX < 0x05007006
|
||||
#error "wolfSSL 5.7.6 or higher is required to coexist with OpenSSL"
|
||||
#error "wolfSSL 5.7.6 or greater is required to coexist with OpenSSL"
|
||||
#endif
|
||||
|
||||
/* To determine what functions are available we rely on one or both of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue