upgrade WolfSSL dependency to 3.8.0 for DTLS fixes
This commit is contained in:
parent
f732261226
commit
94d6702d9a
@ -180,7 +180,7 @@ AC_CHECK_HEADER([pthread.h], [], [AC_MSG_ERROR(You need the pthread headers)])
|
|||||||
AC_CHECK_LIB([pthread], [pthread_create], [PTHREAD_LIBS="-lpthread"], [AC_MSG_ERROR(You need the pthread library)])
|
AC_CHECK_LIB([pthread], [pthread_create], [PTHREAD_LIBS="-lpthread"], [AC_MSG_ERROR(You need the pthread library)])
|
||||||
|
|
||||||
# Check SSL library
|
# Check SSL library
|
||||||
PKG_CHECK_MODULES([WOLFSSL], [wolfssl >= 3.0.0], [have_wolfssl_ssl="yes"], [have_wolfssl_ssl="no"])
|
PKG_CHECK_MODULES([WOLFSSL], [wolfssl >= 3.8.0], [have_wolfssl_ssl="yes"], [have_wolfssl_ssl="no"])
|
||||||
|
|
||||||
# Check JSON library
|
# Check JSON library
|
||||||
if test "${enable_ac}" = "yes"; then
|
if test "${enable_ac}" = "yes"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user