aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cast
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-19 23:25:22 +0000
committerBen Laurie <ben@openssl.org>1999-01-19 23:25:22 +0000
commit6f93539970fe8c07f7f68f7b2370f79abf78dcbb (patch)
tree7a99b6a9eeff05c8f1b3e7735ff32b4d1df340e5 /crypto/cast
parent8039257dbcd1d2e96e1d57b607b49cdf0ae78636 (diff)
downloadopenssl-6f93539970fe8c07f7f68f7b2370f79abf78dcbb.tar.gz
This time, get it right.
Diffstat (limited to 'crypto/cast')
-rw-r--r--crypto/cast/Makefile.ssl7
1 files changed, 5 insertions, 2 deletions
diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl
index cba9c8eedd..8e05aae605 100644
--- a/crypto/cast/Makefile.ssl
+++ b/crypto/cast/Makefile.ssl
@@ -108,5 +108,8 @@ errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
-c_cfb64.o: cast.h cast_lcl.h cast.h cast_lcl.h cast.h cast_lcl.h cast.h
-c_ofb64.o: cast_lcl.h cast.h cast_lcl.h cast_s.h
+c_cfb64.o: cast.h cast_lcl.h
+c_ecb.o: cast.h cast_lcl.h
+c_enc.o: cast.h cast_lcl.h
+c_ofb64.o: cast.h cast_lcl.h
+c_skey.o: cast.h cast_lcl.h cast_s.h