diff options
author | Ben Laurie <ben@openssl.org> | 1999-03-22 13:22:14 +0100 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-03-22 13:22:14 +0100 |
commit | b4cadc6e1343c01b06613053a90ed2ee85e65090 (patch) | |
tree | 5670424b0d897cd7f8161e321f0f514131265159 /crypto/rc2 | |
parent | Add missing pipe char to "make dist" target. (diff) | |
download | openssl-b4cadc6e1343c01b06613053a90ed2ee85e65090.tar.xz openssl-b4cadc6e1343c01b06613053a90ed2ee85e65090.zip |
Fix security hole.
Diffstat (limited to 'crypto/rc2')
-rw-r--r-- | crypto/rc2/Makefile.ssl | 2 | ||||
-rw-r--r-- | crypto/rc2/rc2_ecb.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/crypto/rc2/Makefile.ssl b/crypto/rc2/Makefile.ssl index b34de8a91b..9eecdfbc8f 100644 --- a/crypto/rc2/Makefile.ssl +++ b/crypto/rc2/Makefile.ssl @@ -79,7 +79,7 @@ errors: # DO NOT DELETE THIS LINE -- make depend depends on it. rc2_cbc.o: rc2.h rc2_locl.h -rc2_ecb.o: rc2.h rc2_locl.h +rc2_ecb.o: ../opensslv.h rc2.h rc2_locl.h rc2_skey.o: rc2.h rc2_locl.h rc2cfb64.o: rc2.h rc2_locl.h rc2ofb64.o: rc2.h rc2_locl.h diff --git a/crypto/rc2/rc2_ecb.c b/crypto/rc2/rc2_ecb.c index 60a32809cd..7868a96415 100644 --- a/crypto/rc2/rc2_ecb.c +++ b/crypto/rc2/rc2_ecb.c @@ -58,8 +58,9 @@ #include "rc2.h" #include "rc2_locl.h" +#include "opensslv.h" -char *RC2_version="RC2 part of OpenSSL 0.9.2 31-Dec-1998"; +char *RC2_version="RC2" OPENSSL_VERSION_PTEXT; /* RC2 as implemented frm a posting from * Newsgroups: sci.crypt |