diff options
Diffstat (limited to 'src/lib/libcrypto/rc4/rc4_utl.c')
| -rw-r--r-- | src/lib/libcrypto/rc4/rc4_utl.c | 3 | 
1 files changed, 0 insertions, 3 deletions
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 @@ | |||
| 55 | 55 | ||
| 56 | void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data) | 56 | void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data) | 
| 57 | { | 57 | { | 
| 58 | #ifdef OPENSSL_FIPS | ||
| 59 | fips_cipher_abort(RC4); | ||
| 60 | #endif | ||
| 61 | private_RC4_set_key(key, len, data); | 58 | private_RC4_set_key(key, len, data); | 
| 62 | } | 59 | } | 
