From aa6d1a0c19c2f7631b2d3473e4ae25581d2b4dff Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Thu, 31 Aug 2006 14:04:04 +0000 Subject: Forward port of IGE mode. --- crypto/aes/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'crypto/aes/Makefile') diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile index 448760bd4b..fa46373788 100644 --- a/crypto/aes/Makefile +++ b/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) -- cgit v1.2.3