aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/aes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/aes/Makefile')
-rw-r--r--crypto/openssl/crypto/aes/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/aes/Makefile b/crypto/openssl/crypto/aes/Makefile
index 057b70bdd157..0c9408ea1cde 100644
--- a/crypto/openssl/crypto/aes/Makefile
+++ b/crypto/openssl/crypto/aes/Makefile
@@ -23,8 +23,10 @@ TEST=
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC=aes_core.c aes_misc.c aes_ecb.c aes_cbc.c aes_cfb.c aes_ofb.c aes_ctr.c
-LIBOBJ=aes_misc.o aes_ecb.o aes_cfb.o aes_ofb.o aes_ctr.o $(AES_ASM_OBJ)
+LIBSRC=aes_core.c aes_misc.c aes_ecb.c aes_cbc.c aes_cfb.c aes_ofb.c \
+ aes_ctr.c aes_ige.c
+LIBOBJ=aes_misc.o aes_ecb.o aes_cfb.o aes_ofb.o aes_ctr.o aes_ige.o \
+ $(AES_ASM_OBJ)
SRC= $(LIBSRC)