summaryrefslogtreecommitdiffstats
path: root/crypto/camellia
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2009-09-27 14:04:33 +0000
committerBen Laurie <ben@openssl.org>2009-09-27 14:04:33 +0000
commit4e92353d2376c6d22d05faa78641fdc27db7d0a2 (patch)
tree7db883a336b32667ec069f0c556c092c603ed53a /crypto/camellia
parent0badc909ae3f73a0d4ee2e403cf8425776a5f126 (diff)
Make it build, plus make depend.
Diffstat (limited to 'crypto/camellia')
-rw-r--r--crypto/camellia/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/crypto/camellia/Makefile b/crypto/camellia/Makefile
index dfb12951fd..dfd1a75a93 100644
--- a/crypto/camellia/Makefile
+++ b/crypto/camellia/Makefile
@@ -96,8 +96,11 @@ cmll_ctr.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h
cmll_ctr.o: ../../include/openssl/opensslconf.h cmll_ctr.c cmll_locl.h
cmll_ecb.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h
cmll_ecb.o: ../../include/openssl/opensslconf.h cmll_ecb.c cmll_locl.h
-cmll_misc.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h
+cmll_misc.o: ../../include/openssl/camellia.h ../../include/openssl/crypto.h
+cmll_misc.o: ../../include/openssl/e_os2.h ../../include/openssl/fips.h
cmll_misc.o: ../../include/openssl/opensslconf.h
-cmll_misc.o: ../../include/openssl/opensslv.h cmll_locl.h cmll_misc.c
+cmll_misc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
+cmll_misc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
+cmll_misc.o: ../../include/openssl/symhacks.h cmll_locl.h cmll_misc.c
cmll_ofb.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h
cmll_ofb.o: ../../include/openssl/opensslconf.h cmll_locl.h cmll_ofb.c