diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-05-16 23:23:41 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-05-16 22:28:08 +0100 |
commit | 631c437a91c20df678b25dcc34fe23636116a35a (patch) | |
tree | d86a22ace4d9d171266f7b676fa92571848a3bfe /package/network/services/hostapd/Makefile | |
parent | 2ea481193c1654c9cb42aa0331cdbc4570783e26 (diff) | |
download | upstream-631c437a91c20df678b25dcc34fe23636116a35a.tar.gz upstream-631c437a91c20df678b25dcc34fe23636116a35a.tar.bz2 upstream-631c437a91c20df678b25dcc34fe23636116a35a.zip |
hostapd: backport wolfssl bignum fixes
crypto_bignum_rand() use needless time-consuming filtering
which resulted in SAE no longer connecting within time limits.
Import fixes from hostap upstream to fix that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r-- | package/network/services/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index aa57d2121a..4fd285390e 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_RELEASE:=9 +PKG_RELEASE:=10 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git |