diff options
Diffstat (limited to 'src/lib/libcrypto/evp/e_old.c')
-rw-r--r-- | src/lib/libcrypto/evp/e_old.c | 12 |
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 | ||
137 | const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void); | ||
138 | const EVP_CIPHER * | ||
139 | EVP_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 |
147 | const EVP_CIPHER *EVP_aes_128_cfb(void); | 137 | const EVP_CIPHER *EVP_aes_128_cfb(void); |