wolfSSL: Remove aes-omac1.o from hostapd build
Avoid duplicated omac1_*() functions when building hostapd with wolfSSL. Signed-off-by: Sean Parkinson <sean@wolfssl.com>
This commit is contained in:
parent
385dd7189a
commit
3122121746
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue