summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/opencrypto/cast.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/opencrypto/cast.c')
-rw-r--r--freebsd/sys/opencrypto/cast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/opencrypto/cast.c b/freebsd/sys/opencrypto/cast.c
index 1fb62f20..8031dabe 100644
--- a/freebsd/sys/opencrypto/cast.c
+++ b/freebsd/sys/opencrypto/cast.c
@@ -131,7 +131,7 @@ u_int32_t t, l, r;
/***** Key Schedule *****/
-void cast_setkey(cast_key* key, u_int8_t* rawkey, int keybytes)
+void cast_setkey(cast_key* key, const u_int8_t* rawkey, int keybytes)
{
u_int32_t t[4] = {0, 0, 0, 0}, z[4] = {0, 0, 0, 0}, x[4];
int i;