From b74f3c27bd433ed23454e4ebe0cc77ce4f38134e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 16 Jun 2026 22:48:11 +0200 Subject: [PATCH] wolfssl.c sync wording with others --- lib/vtls/wolfssl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vtls/wolfssl.c b/lib/vtls/wolfssl.c index 5ad24ba408..ecbcf53f68 100644 --- a/lib/vtls/wolfssl.c +++ b/lib/vtls/wolfssl.c @@ -34,10 +34,10 @@ #include #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: