diff options
author | Ben Laurie <ben@openssl.org> | 1999-01-17 17:26:24 +0100 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-01-17 17:26:24 +0100 |
commit | 649cdb7be91d75184a51993b37fa6a9813dd2ef1 (patch) | |
tree | 9b899572037fa553f470ab990c43d86911b1065f /crypto/cast/Makefile.ssl | |
parent | Update CHANGES for GeneralizedTime info. (diff) | |
download | openssl-649cdb7be91d75184a51993b37fa6a9813dd2ef1.tar.xz openssl-649cdb7be91d75184a51993b37fa6a9813dd2ef1.zip |
Fix major cockup with short keys in CAST-128.
Diffstat (limited to 'crypto/cast/Makefile.ssl')
-rw-r--r-- | crypto/cast/Makefile.ssl | 2 |
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: |