mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Merge pull request #3203 from tmael/libwebsockets
Enable HAVE_EX_DATA for libwebsockets
This commit is contained in:
@ -491,7 +491,7 @@ AC_ARG_ENABLE([libwebsockets],
|
||||
)
|
||||
if test "$ENABLED_LIBWEBSOCKETS" = "yes"
|
||||
then
|
||||
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_LIBWEBSOCKETS -DOPENSSL_NO_EC"
|
||||
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_LIBWEBSOCKETS -DHAVE_EX_DATA -DOPENSSL_NO_EC"
|
||||
fi
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user