diff options
Diffstat (limited to 'src/lib/libcrypto/bf/bf_skey.c')
-rw-r--r-- | src/lib/libcrypto/bf/bf_skey.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/bf/bf_skey.c b/src/lib/libcrypto/bf/bf_skey.c index 6ac2aeb279..3673cdee6e 100644 --- a/src/lib/libcrypto/bf/bf_skey.c +++ b/src/lib/libcrypto/bf/bf_skey.c | |||
@@ -59,15 +59,10 @@ | |||
59 | #include <stdio.h> | 59 | #include <stdio.h> |
60 | #include <string.h> | 60 | #include <string.h> |
61 | #include <openssl/blowfish.h> | 61 | #include <openssl/blowfish.h> |
62 | #include <openssl/crypto.h> | ||
63 | #ifdef OPENSSL_FIPS | ||
64 | #include <openssl/fips.h> | ||
65 | #endif | ||
66 | |||
67 | #include "bf_locl.h" | 62 | #include "bf_locl.h" |
68 | #include "bf_pi.h" | 63 | #include "bf_pi.h" |
69 | 64 | ||
70 | FIPS_NON_FIPS_VCIPHER_Init(BF) | 65 | void BF_set_key(BF_KEY *key, int len, const unsigned char *data) |
71 | { | 66 | { |
72 | int i; | 67 | int i; |
73 | BF_LONG *p,ri,in[2]; | 68 | BF_LONG *p,ri,in[2]; |