summaryrefslogtreecommitdiffstats
path: root/crypto/cmac/Makefile
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-05-14 17:38:31 +0200
committerRichard Levitte <levitte@openssl.org>2015-05-14 17:38:31 +0200
commita3aadb2d9c85bc958a428a17ef5d6c9de5ef87b8 (patch)
treef1d5fea279a0b03ca076a2e8dc16b8717651cf0e /crypto/cmac/Makefile
parenta120ed39a6ef1c2085deab490092b83d819e2546 (diff)
make depend
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/cmac/Makefile')
-rw-r--r--crypto/cmac/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/crypto/cmac/Makefile b/crypto/cmac/Makefile
index 87a20fcdd9..31d50e439c 100644
--- a/crypto/cmac/Makefile
+++ b/crypto/cmac/Makefile
@@ -67,8 +67,8 @@ cm_ameth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
cm_ameth.o: ../../include/openssl/opensslconf.h
cm_ameth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
cm_ameth.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
-cm_ameth.o: ../../include/openssl/symhacks.h ../cryptlib.h
-cm_ameth.o: ../include/internal/asn1_int.h cm_ameth.c
+cm_ameth.o: ../../include/openssl/symhacks.h ../include/internal/asn1_int.h
+cm_ameth.o: ../include/internal/cryptlib.h cm_ameth.c
cm_pmeth.o: ../../e_os.h ../../include/openssl/asn1.h
cm_pmeth.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
cm_pmeth.o: ../../include/openssl/cmac.h ../../include/openssl/conf.h
@@ -83,7 +83,8 @@ cm_pmeth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
cm_pmeth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
cm_pmeth.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
cm_pmeth.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
-cm_pmeth.o: ../cryptlib.h ../include/internal/evp_int.h cm_pmeth.c
+cm_pmeth.o: ../include/internal/cryptlib.h ../include/internal/evp_int.h
+cm_pmeth.o: cm_pmeth.c
cmac.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
cmac.o: ../../include/openssl/buffer.h ../../include/openssl/cmac.h
cmac.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
@@ -92,4 +93,4 @@ cmac.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
cmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
cmac.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
cmac.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
-cmac.o: ../../include/openssl/symhacks.h ../cryptlib.h cmac.c
+cmac.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h cmac.c