diff --git a/hostapd/Makefile b/hostapd/Makefile index 8e8c8c010..9664c028d 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -699,6 +699,7 @@ CFLAGS += -DCONFIG_NO_RANDOM_POOL else OBJS += ../src/crypto/random.o HOBJS += ../src/crypto/random.o +HOBJS += ../src/utils/eloop.o HOBJS += $(SHA1OBJS) HOBJS += ../src/crypto/md5.o endif