From: Jouni Malinen Date: Thu, 13 Aug 2009 08:43:32 +0000 (+0300) Subject: Fix eap_example build after the crypto build cleanup X-Git-Tag: hostap_0_7_0~247 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=libeap.git;a=commitdiff_plain;h=49748af9920fb99c805e432c704b867e34e0f893 Fix eap_example build after the crypto build cleanup --- diff --git a/eap_example/Makefile b/eap_example/Makefile index 86e5051..d221346 100644 --- a/eap_example/Makefile +++ b/eap_example/Makefile @@ -34,6 +34,7 @@ OBJS_both += ../src/utils/wpabuf.o OBJS_both += ../src/crypto/rc4.o OBJS_both += ../src/crypto/md4-internal.o OBJS_both += ../src/crypto/sha1.o +OBJS_both += ../src/crypto/sha1-tlsprf.o OBJS_both += ../src/crypto/aes-cbc.o OBJS_both += ../src/crypto/aes-ctr.o OBJS_both += ../src/crypto/aes-eax.o