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