summaryrefslogtreecommitdiffstats
path: root/crypto/cast/Makefile.ssl
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-17 16:26:24 +0000
committerBen Laurie <ben@openssl.org>1999-01-17 16:26:24 +0000
commit649cdb7be91d75184a51993b37fa6a9813dd2ef1 (patch)
tree9b899572037fa553f470ab990c43d86911b1065f /crypto/cast/Makefile.ssl
parentfdd3b6421597e412fe3e80f09495caff4c8bd897 (diff)
Fix major cockup with short keys in CAST-128.
Diffstat (limited to 'crypto/cast/Makefile.ssl')
-rw-r--r--crypto/cast/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl
index c59982e783..bbdb3f4a58 100644
--- a/crypto/cast/Makefile.ssl
+++ b/crypto/cast/Makefile.ssl
@@ -66,7 +66,7 @@ asm/cx86-out.o: asm/cx86unix.cpp
asm/cx86bsdi.o: asm/cx86unix.cpp
$(CPP) -DBSDI asm/cx86unix.cpp | sed 's/ :/:/' | as -o asm/cx86bsdi.o
-asm/cx86unix.cpp:
+asm/cx86unix.cpp: asm/cast-586.pl
(cd asm; perl cast-586.pl cpp >cx86unix.cpp)
files: