From 7a76219774f3b6b18e2382280b4b85bfb0513367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Tue, 2 Dec 2008 01:21:39 +0000 Subject: Implement Configure option pattern "experimental-foo" (specifically, "experimental-jpake"). --- crypto/aes/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'crypto/aes/Makefile') diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile index 4c22daf86f..0ebd4a2642 100644 --- a/crypto/aes/Makefile +++ b/crypto/aes/Makefile @@ -107,8 +107,11 @@ aes_cfb.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h aes_cfb.o: aes_cfb.c aes_locl.h aes_core.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h aes_core.o: ../../include/openssl/opensslconf.h aes_core.c aes_locl.h -aes_ctr.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h -aes_ctr.o: ../../include/openssl/opensslconf.h aes_ctr.c aes_locl.h +aes_ctr.o: ../../include/openssl/aes.h ../../include/openssl/crypto.h +aes_ctr.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h +aes_ctr.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h +aes_ctr.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h +aes_ctr.o: ../../include/openssl/symhacks.h aes_ctr.c aes_locl.h aes_ecb.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h aes_ecb.o: ../../include/openssl/opensslconf.h aes_ecb.c aes_locl.h aes_ige.o: ../../e_os.h ../../include/openssl/aes.h ../../include/openssl/bio.h -- cgit v1.2.3