summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/e_old.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/e_old.c')
-rw-r--r--src/lib/libcrypto/evp/e_old.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/lib/libcrypto/evp/e_old.c b/src/lib/libcrypto/evp/e_old.c
index 235ebe242b..71166654b0 100644
--- a/src/lib/libcrypto/evp/e_old.c
+++ b/src/lib/libcrypto/evp/e_old.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: e_old.c,v 1.7 2014/07/10 22:45:57 jsing Exp $ */ 1/* $OpenBSD: e_old.c,v 1.8 2015/02/10 11:45:09 jsing Exp $ */
2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL 2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
3 * project 2004. 3 * project 2004.
4 */ 4 */
@@ -132,16 +132,6 @@ EVP_cast5_cfb(void)
132} 132}
133#endif 133#endif
134 134
135#ifndef OPENSSL_NO_RC5
136#undef EVP_rc5_32_12_16_cfb
137const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void);
138const EVP_CIPHER *
139EVP_rc5_32_12_16_cfb(void)
140{
141 return EVP_rc5_32_12_16_cfb64();
142}
143#endif
144
145#ifndef OPENSSL_NO_AES 135#ifndef OPENSSL_NO_AES
146#undef EVP_aes_128_cfb 136#undef EVP_aes_128_cfb
147const EVP_CIPHER *EVP_aes_128_cfb(void); 137const EVP_CIPHER *EVP_aes_128_cfb(void);