From: Sean Parkinson Date: Thu, 29 Mar 2018 04:55:55 +0000 (+1000) Subject: wolfSSL: Remove aes-omac1.o from hostapd build X-Git-Tag: hostap_2_7~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=312212174647ab2712de5ac1a7f90618dc116e1c;p=thirdparty%2Fhostap.git wolfSSL: Remove aes-omac1.o from hostapd build Avoid duplicated omac1_*() functions when building hostapd with wolfSSL. Signed-off-by: Sean Parkinson --- diff --git a/hostapd/Makefile b/hostapd/Makefile index 616dbe2cc..2ce8b7ded 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -901,9 +901,11 @@ AESOBJS += ../src/crypto/aes-encblock.o endif ifdef NEED_AES_OMAC1 ifneq ($(CONFIG_TLS), linux) +ifneq ($(CONFIG_TLS), wolfssl) AESOBJS += ../src/crypto/aes-omac1.o endif endif +endif ifdef NEED_AES_UNWRAP ifneq ($(CONFIG_TLS), openssl) ifneq ($(CONFIG_TLS), linux)