X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=crypto%2Fcrypto_null.c;h=24dbb5d8617e03584bc7dd4938b06ea2736488b2;hb=c3c117f06e95ea993ba4ed3b246fd76f87a4683f;hp=a0d956b529498c84ea39f2888e63878d143adc6c;hpb=6fa0cb1141da80eed4f86155fb51931bc1c31888;p=powerpc.git diff --git a/crypto/crypto_null.c b/crypto/crypto_null.c index a0d956b529..24dbb5d861 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)