summaryrefslogtreecommitdiff
path: root/app/openssl/crypto/bf/blowfish.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/openssl/crypto/bf/blowfish.h')
-rw-r--r--app/openssl/crypto/bf/blowfish.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/openssl/crypto/bf/blowfish.h b/app/openssl/crypto/bf/blowfish.h
index b97e76f9..4b6c8920 100644
--- a/app/openssl/crypto/bf/blowfish.h
+++ b/app/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);