From 3916ce5883a699ea542f26d548cde6c671e92add Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 10 Feb 2015 11:45:09 +0000 Subject: unifdef OPENSSL_NO_RC5 --- src/lib/libcrypto/evp/e_old.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/lib/libcrypto/evp/e_old.c') 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 @@ -/* $OpenBSD: e_old.c,v 1.7 2014/07/10 22:45:57 jsing Exp $ */ +/* $OpenBSD: e_old.c,v 1.8 2015/02/10 11:45:09 jsing Exp $ */ /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL * project 2004. */ @@ -132,16 +132,6 @@ EVP_cast5_cfb(void) } #endif -#ifndef OPENSSL_NO_RC5 -#undef EVP_rc5_32_12_16_cfb -const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void); -const EVP_CIPHER * -EVP_rc5_32_12_16_cfb(void) -{ - return EVP_rc5_32_12_16_cfb64(); -} -#endif - #ifndef OPENSSL_NO_AES #undef EVP_aes_128_cfb const EVP_CIPHER *EVP_aes_128_cfb(void); -- cgit v1.2.3-55-g6feb