aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/bf/blowfish.h
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/bf/blowfish.h')
-rw-r--r--openssl/crypto/bf/blowfish.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/openssl/crypto/bf/blowfish.h b/openssl/crypto/bf/blowfish.h
index b97e76f9a..4b6c8920a 100644
--- a/openssl/crypto/bf/blowfish.h
+++ b/openssl/crypto/bf/blowfish.h
@@ -104,7 +104,9 @@ typedef struct bf_key_st
BF_LONG S[4*256];
} BF_KEY;
-
+#ifdef OPENSSL_FIPS
+void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data);
+#endif
void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
void BF_encrypt(BF_LONG *data,const BF_KEY *key);