summaryrefslogtreecommitdiff
path: root/include/openssl/cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/cast.h')
-rw-r--r--include/openssl/cast.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/openssl/cast.h b/include/openssl/cast.h
index 0003ec9c7c..87d1933a9b 100644
--- a/include/openssl/cast.h
+++ b/include/openssl/cast.h
@@ -1,4 +1,3 @@
-/* crypto/cast/cast.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -82,9 +81,6 @@ 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);