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