From 3c7d2178681a2741a8cc8a042cb2ea6ee28528b8 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Tue, 15 Apr 2014 20:06:10 +0000 Subject: remove FIPS mode support. people who require FIPS can buy something that meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt --- src/lib/libcrypto/rc4/rc4_utl.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/libcrypto/rc4') diff --git a/src/lib/libcrypto/rc4/rc4_utl.c b/src/lib/libcrypto/rc4/rc4_utl.c index ab3f02fe6a..bd39a76543 100644 --- a/src/lib/libcrypto/rc4/rc4_utl.c +++ b/src/lib/libcrypto/rc4/rc4_utl.c @@ -55,8 +55,5 @@ void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data) { -#ifdef OPENSSL_FIPS - fips_cipher_abort(RC4); -#endif private_RC4_set_key(key, len, data); } -- cgit v1.2.3-55-g6feb