diff options
Diffstat (limited to 'src/lib/libcrypto/des/set_key.c')
-rw-r--r-- | src/lib/libcrypto/des/set_key.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/des/set_key.c b/src/lib/libcrypto/des/set_key.c index 8881d46a7a..143008ed9c 100644 --- a/src/lib/libcrypto/des/set_key.c +++ b/src/lib/libcrypto/des/set_key.c | |||
@@ -65,8 +65,6 @@ | |||
65 | */ | 65 | */ |
66 | #include "des_locl.h" | 66 | #include "des_locl.h" |
67 | 67 | ||
68 | #ifndef OPENSSL_FIPS | ||
69 | |||
70 | OPENSSL_IMPLEMENT_GLOBAL(int,DES_check_key); /* defaults to false */ | 68 | OPENSSL_IMPLEMENT_GLOBAL(int,DES_check_key); /* defaults to false */ |
71 | 69 | ||
72 | static const unsigned char odd_parity[256]={ | 70 | static const unsigned char odd_parity[256]={ |
@@ -407,5 +405,3 @@ void des_fixup_key_parity(des_cblock *key) | |||
407 | des_set_odd_parity(key); | 405 | des_set_odd_parity(key); |
408 | } | 406 | } |
409 | */ | 407 | */ |
410 | |||
411 | #endif /* ndef OPENSSL_FIPS */ | ||