X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Faes%2FMakefile;h=71db995736b730a2a1af389acfc1a894238e5204;hb=49436b59b505d9e49ac06e4d544d748f78689036;hp=cebdac4318a4f539b16cbcfdb5f521fe16596591;hpb=cb3b9b132336d7931c047a95a0d7638b8e470e55;p=oweals%2Fopenssl.git diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile index cebdac4318..71db995736 100644 --- a/crypto/aes/Makefile +++ b/crypto/aes/Makefile @@ -11,7 +11,7 @@ CFLAG=-g MAKEFILE= Makefile AR= ar r -AES_ENC=aes_core.o aes_cbc.o +AES_ENC=aes_core.o aes_cbc.o aes_ctr.o CFLAGS= $(INCLUDES) $(CFLAG) ASFLAGS= $(INCLUDES) $(ASFLAG) @@ -25,7 +25,7 @@ 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 aes_ige.c aes_wrap.c -LIBOBJ=aes_misc.o aes_ecb.o aes_cfb.o aes_ofb.o aes_ctr.o aes_ige.o aes_wrap.o \ +LIBOBJ=aes_misc.o aes_ecb.o aes_cfb.o aes_ofb.o aes_ige.o aes_wrap.o \ $(AES_ENC) SRC= $(LIBSRC)