wolfssl.c sync wording with others

This commit is contained in:
Viktor Szakats 2026-06-16 22:48:11 +02:00
parent 95595af461
commit b74f3c27bd
No known key found for this signature in database

View file

@ -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 greater"
#error "wolfSSL 5.0.0 or greater required"
#endif
#if defined(OPENSSL_COEXIST) && LIBWOLFSSL_VERSION_HEX < 0x05007006
#error "wolfSSL 5.7.6 or greater is required to coexist with OpenSSL"
#error "wolfSSL 5.7.6 or greater required to coexist with OpenSSL"
#endif
/* To determine what functions are available we rely on one or both of: