aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/socket.c b/socket.c
index d898fb53..bdf70fe3 100644
--- a/socket.c
+++ b/socket.c
@@ -416,8 +416,8 @@ va_dcl {
#endif
#ifdef USING_WOLFSSL
-# if LIBWOLFSSL_VERSION_HEX < 0x05000000L
-# error "FAILED - wolfSSL 5.0.0 or newer required."
+# if LIBWOLFSSL_VERSION_HEX < 0x05001001L
+# error "FAILED - wolfSSL 5.1.1 or newer required."
# endif
#else /* USING_WOLFSSL */
# if OPENSSL_VERSION_NUMBER < 0x1010100fL