From: Jouni Malinen Date: Tue, 10 Nov 2009 14:53:47 +0000 (+0200) Subject: Fix hlr_auc_gw build (wpabuf.o is needed now for tls_openssh) X-Git-Tag: hostap_0_7_0~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d68e4c7d975b519dc087ef3212ac79848721fb1;p=thirdparty%2Fhostap.git Fix hlr_auc_gw build (wpabuf.o is needed now for tls_openssh) --- diff --git a/hostapd/Makefile b/hostapd/Makefile index 1b6748d05..37d76fc0d 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -715,7 +715,7 @@ ifdef TLS_FUNCS LIBS_n += -lcrypto 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 ifdef CONFIG_INTERNAL_AES HOBJS += ../src/crypto/aes-internal.o