]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix AES-SIV build dependencies
authorJouni Malinen <j@w1.fi>
Sun, 26 Feb 2017 10:02:21 +0000 (12:02 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 26 Feb 2017 10:05:40 +0000 (12:05 +0200)
commitc4bb39707fea93cee72d845007ceca800e653f00
treeb38e2b00f4f808622f770030a968802197f1ef5f
parent694a3a0d643c3e0b3c78a5e9fac9285c03de1e75
Fix AES-SIV build dependencies

aes-siv.c needs functions from aes-ctr.c and aes-omac1.c, so set
NEED_AES_CTR=y and NEED_AES_OMAC1=y if NEED_AES_SIV is defined. This
fixes some build configuration combinations where either of those
dependencies were not pulled in through other parameters. For example,
some CONFIG_FILS=y cases were impacted.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/Android.mk
hostapd/Makefile
wpa_supplicant/Android.mk
wpa_supplicant/Makefile