diff options
Diffstat (limited to 'src/lib/libcrypto/bf/bf_skey.c')
| -rw-r--r-- | src/lib/libcrypto/bf/bf_skey.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/libcrypto/bf/bf_skey.c b/src/lib/libcrypto/bf/bf_skey.c index 3b0bca41ae..3673cdee6e 100644 --- a/src/lib/libcrypto/bf/bf_skey.c +++ b/src/lib/libcrypto/bf/bf_skey.c | |||
| @@ -58,19 +58,11 @@ | |||
| 58 | 58 | ||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include <string.h> | 60 | #include <string.h> |
| 61 | #include <openssl/crypto.h> | ||
| 62 | #include <openssl/blowfish.h> | 61 | #include <openssl/blowfish.h> |
| 63 | #include "bf_locl.h" | 62 | #include "bf_locl.h" |
| 64 | #include "bf_pi.h" | 63 | #include "bf_pi.h" |
| 65 | 64 | ||
| 66 | void BF_set_key(BF_KEY *key, int len, const unsigned char *data) | 65 | void BF_set_key(BF_KEY *key, int len, const unsigned char *data) |
| 67 | #ifdef OPENSSL_FIPS | ||
| 68 | { | ||
| 69 | fips_cipher_abort(BLOWFISH); | ||
| 70 | private_BF_set_key(key, len, data); | ||
| 71 | } | ||
| 72 | void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data) | ||
| 73 | #endif | ||
| 74 | { | 66 | { |
| 75 | int i; | 67 | int i; |
| 76 | BF_LONG *p,ri,in[2]; | 68 | BF_LONG *p,ri,in[2]; |
