diff options
| author | 2014-04-15 20:06:09 +0000 | |
|---|---|---|
| committer | 2014-04-15 20:06:09 +0000 | |
| commit | 68c0184592b044f3976f88a8512516f3a3780200 (patch) | |
| tree | 91f93963a9f8d67c5ab9bcc88fe6c0dfdbb5f400 /lib/libcrypto/rc4/rc4_utl.c | |
| parent | Q: How would you like your lies, sir? (diff) | |
| download | wireguard-openbsd-68c0184592b044f3976f88a8512516f3a3780200.tar.xz wireguard-openbsd-68c0184592b044f3976f88a8512516f3a3780200.zip | |
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
Diffstat (limited to 'lib/libcrypto/rc4/rc4_utl.c')
| -rw-r--r-- | lib/libcrypto/rc4/rc4_utl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libcrypto/rc4/rc4_utl.c b/lib/libcrypto/rc4/rc4_utl.c index ab3f02fe6a9..bd39a765438 100644 --- a/lib/libcrypto/rc4/rc4_utl.c +++ b/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); } |
