mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
Revert of changes in PR #3289, which should not have removed the HAVE_SECRET_CALLBACK
and WOLFSSL_PUBLIC_ECC_ADD_DBL
. These are required for hostapd.
This commit is contained in:
@@ -984,6 +984,8 @@ fi
|
|||||||
if test "$ENABLED_WPAS" = "yes"
|
if test "$ENABLED_WPAS" = "yes"
|
||||||
then
|
then
|
||||||
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_WPAS"
|
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_WPAS"
|
||||||
|
AM_CFLAGS="$AM_CFLAGS -DHAVE_SECRET_CALLBACK"
|
||||||
|
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PUBLIC_ECC_ADD_DBL"
|
||||||
fi
|
fi
|
||||||
if test "$ENABLED_WPAS" != "no"
|
if test "$ENABLED_WPAS" != "no"
|
||||||
then
|
then
|
||||||
|
Reference in New Issue
Block a user