]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - hostapd/Makefile
wolfSSL: Remove aes-omac1.o from hostapd build
[thirdparty/hostap.git] / hostapd / Makefile
index 616dbe2cc2c75b15b7353db2a21fa67bcf4e148f..2ce8b7ded84247ecb208c64ab847e30628343c4e 100644 (file)
@@ -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)