X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fcrypto_null.c;h=29f77477d701859e5dc34c72035d2c9e39108c67;hb=c2a7dcad9f0d92d7a96e735abb8bec7b9c621536;hp=a0d956b529498c84ea39f2888e63878d143adc6c;hpb=6c2bb98bc33ae33c7a33a133a4cd5a06395fece5;p=linux-2.6 diff --git a/crypto/crypto_null.c b/crypto/crypto_null.c index a0d956b529..29f77477d7 100644 --- a/crypto/crypto_null.c +++ b/crypto/crypto_null.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include @@ -48,7 +47,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)