summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cast/c_skey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/cast/c_skey.c')
-rw-r--r--src/lib/libcrypto/cast/c_skey.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/cast/c_skey.c b/src/lib/libcrypto/cast/c_skey.c
index 68e690a60c..76e40005c9 100644
--- a/src/lib/libcrypto/cast/c_skey.c
+++ b/src/lib/libcrypto/cast/c_skey.c
@@ -57,11 +57,6 @@
57 */ 57 */
58 58
59#include <openssl/cast.h> 59#include <openssl/cast.h>
60#include <openssl/crypto.h>
61#ifdef OPENSSL_FIPS
62#include <openssl/fips.h>
63#endif
64
65#include "cast_lcl.h" 60#include "cast_lcl.h"
66#include "cast_s.h" 61#include "cast_s.h"
67 62
@@ -77,7 +72,7 @@
77#define S6 CAST_S_table6 72#define S6 CAST_S_table6
78#define S7 CAST_S_table7 73#define S7 CAST_S_table7
79 74
80FIPS_NON_FIPS_VCIPHER_Init(CAST) 75void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data)
81 { 76 {
82 CAST_LONG x[16]; 77 CAST_LONG x[16];
83 CAST_LONG z[16]; 78 CAST_LONG z[16];