X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=crypto%2Fcrypto_null.c;h=29f77477d701859e5dc34c72035d2c9e39108c67;hb=dcb571be2019ae677bc5ed64437dbc87ae1eb67f;hp=a0d956b529498c84ea39f2888e63878d143adc6c;hpb=da206c9e68cb93fcab43592d46276c02889c1250;p=powerpc.git 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)