X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=crypto%2Farc4.c;h=8be47e13a9e3327abc49712a48495652c4d294e6;hp=5edc6a65b987a01fb1ab89b71a363afd49f8fac2;hb=a751bd858b16dce57f3b6b85ba07946df1bd7be4;hpb=936813a8807c5684c6a97f1081b31027403d4a93 diff --git a/crypto/arc4.c b/crypto/arc4.c index 5edc6a65b987..8be47e13a9e3 100644 --- a/crypto/arc4.c +++ b/crypto/arc4.c @@ -25,7 +25,7 @@ struct arc4_ctx { }; static int arc4_set_key(struct crypto_tfm *tfm, const u8 *in_key, - unsigned int key_len, u32 *flags) + unsigned int key_len) { struct arc4_ctx *ctx = crypto_tfm_ctx(tfm); int i, j = 0, k = 0;