projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffec31f
)
PR: 959
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 13 Nov 2004 13:52:34 +0000
(13:52 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 13 Nov 2004 13:52:34 +0000
(13:52 +0000)
Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c
crypto/evp/e_old.c
patch
|
blob
|
history
diff --git
a/crypto/evp/e_old.c
b/crypto/evp/e_old.c
index 4f217368bdcec10fd32e90ba6cad75c7746fb1d8..92dc49894518004c0c2b903ea9e504f4522035cf 100644
(file)
--- a/
crypto/evp/e_old.c
+++ b/
crypto/evp/e_old.c
@@
-88,7
+88,7
@@
const EVP_CIPHER *EVP_idea_cfb(void) { return EVP_idea_cfb64(); }
const EVP_CIPHER *EVP_rc2_cfb(void) { return EVP_rc2_cfb64(); }
#endif
-#ifndef OPENSSL_NO_CAST
5
+#ifndef OPENSSL_NO_CAST
#undef EVP_cast5_cfb
const EVP_CIPHER *EVP_cast5_cfb(void) { return EVP_cast5_cfb64(); }
#endif