summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/cast/cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/cast/cast.h')
-rw-r--r--deps/openssl/openssl/crypto/cast/cast.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/deps/openssl/openssl/crypto/cast/cast.h b/deps/openssl/openssl/crypto/cast/cast.h
index 203922ea2b..1a264f8143 100644
--- a/deps/openssl/openssl/crypto/cast/cast.h
+++ b/deps/openssl/openssl/crypto/cast/cast.h
@@ -83,9 +83,7 @@ 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, const CAST_KEY *key,
int enc);