summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-12-08 13:13:29 +0000
committerDr. Stephen Henson <steve@openssl.org>2013-12-08 13:23:14 +0000
commit60df657b3a72065c0df0349abf228d7399e20bac (patch)
tree1518c9d3e4b47821e9e3ea77fa6d76680e9e18d5 /crypto/aes
parent17a2d0801fad5f6ef0ce14fbb394ef2c109746ae (diff)
make update
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/Makefile41
1 files changed, 12 insertions, 29 deletions
diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile
index 45ede0a0b4..d1b06d7e1a 100644
--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -119,35 +119,18 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
-aes_cbc.o: ../../include/openssl/aes.h ../../include/openssl/modes.h
-aes_cbc.o: ../../include/openssl/opensslconf.h aes_cbc.c
-aes_cfb.o: ../../include/openssl/aes.h ../../include/openssl/modes.h
-aes_cfb.o: ../../include/openssl/opensslconf.h aes_cfb.c
-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/modes.h
-aes_ctr.o: ../../include/openssl/opensslconf.h aes_ctr.c
-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
-aes_ige.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
-aes_ige.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
-aes_ige.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
-aes_ige.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
-aes_ige.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
-aes_ige.o: ../../include/openssl/symhacks.h ../cryptlib.h aes_ige.c aes_locl.h
-aes_misc.o: ../../include/openssl/aes.h ../../include/openssl/crypto.h
-aes_misc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
-aes_misc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
+aes_cbc.o: aes_cbc.c
+aes_cfb.o: aes_cfb.c
+aes_core.o: aes_core.c aes_locl.h
+aes_ctr.o: aes_ctr.c
+aes_ecb.o: aes_ecb.c aes_locl.h
+aes_ige.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/err.h
+aes_ige.o: ../../include/openssl/lhash.h ../../include/openssl/safestack.h
+aes_ige.o: ../../include/openssl/stack.h ../cryptlib.h aes_ige.c aes_locl.h
aes_misc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
-aes_misc.o: ../../include/openssl/symhacks.h aes_locl.h aes_misc.c
-aes_ofb.o: ../../include/openssl/aes.h ../../include/openssl/modes.h
-aes_ofb.o: ../../include/openssl/opensslconf.h aes_ofb.c
-aes_wrap.o: ../../e_os.h ../../include/openssl/aes.h
-aes_wrap.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
-aes_wrap.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
+aes_misc.o: aes_locl.h aes_misc.c
+aes_ofb.o: aes_ofb.c
+aes_wrap.o: ../../e_os.h ../../include/openssl/bio.h
aes_wrap.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
-aes_wrap.o: ../../include/openssl/opensslconf.h
-aes_wrap.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
aes_wrap.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
-aes_wrap.o: ../../include/openssl/symhacks.h ../cryptlib.h aes_wrap.c
+aes_wrap.o: ../cryptlib.h aes_wrap.c