diff options
author | Jouni Malinen <j@w1.fi> | 2009-08-13 11:43:32 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-08-13 11:43:32 +0300 |
commit | 49748af9920fb99c805e432c704b867e34e0f893 (patch) | |
tree | 9eda3be56555d5d9b9d4c9e5fde90faab06f4e03 /eap_example | |
parent | 4c9e03e0b25218f89aed3c1cc0cbc69ee7eb91f9 (diff) | |
download | external_wpa_supplicant_8_ti-49748af9920fb99c805e432c704b867e34e0f893.zip external_wpa_supplicant_8_ti-49748af9920fb99c805e432c704b867e34e0f893.tar.gz external_wpa_supplicant_8_ti-49748af9920fb99c805e432c704b867e34e0f893.tar.bz2 |
Fix eap_example build after the crypto build cleanup
Diffstat (limited to 'eap_example')
-rw-r--r-- | eap_example/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |