summaryrefslogtreecommitdiffstats
path: root/crypto/cast/cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cast/cast.h')
-rw-r--r--crypto/cast/cast.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/cast/cast.h b/crypto/cast/cast.h
index 90b45b9..1faf580 100644
--- a/crypto/cast/cast.h
+++ b/crypto/cast/cast.h
@@ -83,7 +83,9 @@ typedef struct cast_key_st
int short_key; /* Use reduced rounds for short key */
} CAST_KEY;
-
+#ifdef OPENSSL_FIPS
+void private_CAST_set_key(CAST_KEY *key, int len, const unsigned char *data);
+#endif
void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data);
void CAST_ecb_encrypt(const unsigned char *in,unsigned char *out,CAST_KEY *key,
int enc);
OpenPOWER on IntegriCloud