aboutsummaryrefslogtreecommitdiff
path: root/crypto/cast/c_skey.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cast/c_skey.c')
-rw-r--r--crypto/cast/c_skey.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/crypto/cast/c_skey.c b/crypto/cast/c_skey.c
index 76e40005c998..68e690a60c2b 100644
--- a/crypto/cast/c_skey.c
+++ b/crypto/cast/c_skey.c
@@ -57,6 +57,11 @@
*/
#include <openssl/cast.h>
+#include <openssl/crypto.h>
+#ifdef OPENSSL_FIPS
+#include <openssl/fips.h>
+#endif
+
#include "cast_lcl.h"
#include "cast_s.h"
@@ -72,7 +77,7 @@
#define S6 CAST_S_table6
#define S7 CAST_S_table7
-void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data)
+FIPS_NON_FIPS_VCIPHER_Init(CAST)
{
CAST_LONG x[16];
CAST_LONG z[16];