mirror of https://github.com/wolfSSL/wolfssl.git
Merge pull request #3753 from dgarske/wpas_revert
Fixes for hostapd (revert some configure.ac changes in PR #3289)pull/3760/head
commit
c5190d1294
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue