diff options
Diffstat (limited to 'eap_example')
-rw-r--r-- | eap_example/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eap_example/Makefile b/eap_example/Makefile index 38a39fd..b5a78e3 100644 --- a/eap_example/Makefile +++ b/eap_example/Makefile @@ -40,7 +40,7 @@ OBJS_both += ../src/crypto/ms_funcs.o ifeq ($(CONFIG_TLS), internal) OBJS_both += ../src/crypto/sha1-internal.o OBJS_both += ../src/crypto/des-internal.o -OBJS_both += ../src/crypto/aes-internal.o ../src/crypto/aes-internal-dec.o +OBJS_both += ../src/crypto/aes-internal.o ../src/crypto/aes-internal-dec.o ../src/crypto/aes-internal-enc.o endif SHA256OBJS = ../src/crypto/sha256.o |