diff options
Diffstat (limited to 'src/lib/libcrypto/cast/c_skey.c')
| -rw-r--r-- | src/lib/libcrypto/cast/c_skey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/cast/c_skey.c b/src/lib/libcrypto/cast/c_skey.c index acf2c3eeb5..76e40005c9 100644 --- a/src/lib/libcrypto/cast/c_skey.c +++ b/src/lib/libcrypto/cast/c_skey.c | |||
| @@ -72,7 +72,7 @@ | |||
| 72 | #define S6 CAST_S_table6 | 72 | #define S6 CAST_S_table6 |
| 73 | #define S7 CAST_S_table7 | 73 | #define S7 CAST_S_table7 |
| 74 | 74 | ||
| 75 | void CAST_set_key(CAST_KEY *key, int len, unsigned char *data) | 75 | void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data) |
| 76 | { | 76 | { |
| 77 | CAST_LONG x[16]; | 77 | CAST_LONG x[16]; |
| 78 | CAST_LONG z[16]; | 78 | CAST_LONG z[16]; |
