summaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-21 17:51:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-21 17:51:59 +0000
commitb7056b641418327cc82112cab236785e57a0b61b (patch)
treecd2c17da6e0d69d05c9ce743a5578cf4656fcec8 /crypto/modes
parent620baecf91fcc11dab5e8369bce11c1edd47543d (diff)
Update dependencies.
Diffstat (limited to 'crypto/modes')
-rw-r--r--crypto/modes/Makefile39
1 files changed, 30 insertions, 9 deletions
diff --git a/crypto/modes/Makefile b/crypto/modes/Makefile
index b03b16950e..805128c3e8 100644
--- a/crypto/modes/Makefile
+++ b/crypto/modes/Makefile
@@ -96,13 +96,34 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
-cbc128.o: ../../include/openssl/modes.h cbc128.c modes_lcl.h
-cfb128.o: ../../include/openssl/modes.h cfb128.c modes_lcl.h
-ctr128.o: ../../include/openssl/modes.h ctr128.c modes_lcl.h
-cts128.o: ../../include/openssl/modes.h cts128.c modes_lcl.h
+cbc128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
+cbc128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
+cbc128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
+cbc128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
+cbc128.o: ../../include/openssl/symhacks.h cbc128.c modes_lcl.h
+cfb128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
+cfb128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
+cfb128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
+cfb128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
+cfb128.o: ../../include/openssl/symhacks.h cfb128.c modes_lcl.h
+ctr128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
+ctr128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
+ctr128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
+ctr128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
+ctr128.o: ../../include/openssl/symhacks.h ctr128.c modes_lcl.h
+cts128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
+cts128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
+cts128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
+cts128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
+cts128.o: ../../include/openssl/symhacks.h cts128.c modes_lcl.h
gcm128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
-gcm128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
-gcm128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
-gcm128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
-gcm128.o: ../../include/openssl/symhacks.h gcm128.c modes_lcl.h
-ofb128.o: ../../include/openssl/modes.h modes_lcl.h ofb128.c
+gcm128.o: ../../include/openssl/fips.h ../../include/openssl/modes.h
+gcm128.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
+gcm128.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
+gcm128.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
+gcm128.o: gcm128.c modes_lcl.h
+ofb128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
+ofb128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
+ofb128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
+ofb128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
+ofb128.o: ../../include/openssl/symhacks.h modes_lcl.h ofb128.c