mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 10:54:03 -05:00
Fix hlr_auc_gw build (wpabuf.o is needed now for tls_openssh)
This commit is contained in:
parent
6689218ec7
commit
1d68e4c7d9
@ -715,7 +715,7 @@ ifdef TLS_FUNCS
|
|||||||
LIBS_n += -lcrypto
|
LIBS_n += -lcrypto
|
||||||
endif
|
endif
|
||||||
|
|
||||||
HOBJS += ../src/hlr_auc_gw/hlr_auc_gw.o ../src/utils/common.o ../src/utils/wpa_debug.o ../src/utils/os_$(CONFIG_OS).o ../src/hlr_auc_gw/milenage.o
|
HOBJS += ../src/hlr_auc_gw/hlr_auc_gw.o ../src/utils/common.o ../src/utils/wpa_debug.o ../src/utils/os_$(CONFIG_OS).o ../src/utils/wpabuf.o ../src/hlr_auc_gw/milenage.o
|
||||||
HOBJS += ../src/crypto/aes-encblock.o
|
HOBJS += ../src/crypto/aes-encblock.o
|
||||||
ifdef CONFIG_INTERNAL_AES
|
ifdef CONFIG_INTERNAL_AES
|
||||||
HOBJS += ../src/crypto/aes-internal.o
|
HOBJS += ../src/crypto/aes-internal.o
|
||||||
|
Loading…
Reference in New Issue
Block a user