X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=crypto%2Fcrypto_null.c;h=24dbb5d8617e03584bc7dd4938b06ea2736488b2;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=a0d956b529498c84ea39f2888e63878d143adc6c;hpb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;p=linux-2.6.git diff --git a/crypto/crypto_null.c b/crypto/crypto_null.c index a0d956b52..24dbb5d86 100644 --- a/crypto/crypto_null.c +++ b/crypto/crypto_null.c @@ -48,7 +48,7 @@ static void null_final(struct crypto_tfm *tfm, u8 *out) { } static int null_setkey(struct crypto_tfm *tfm, const u8 *key, - unsigned int keylen, u32 *flags) + unsigned int keylen) { return 0; } static void null_crypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src)