X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=crypto%2Fdigest.c;h=1bf7414aeb9e4e212beda804cf270aa310548c5d;hb=3fbe070a4293e8ab2d2edb1bc23f1e5220ce61af;hp=bc47af648cb16dae48216e82785e76002f047d10;hpb=fb469840b8c34b2f95b40a64b271f245cc1075b7;p=powerpc.git diff --git a/crypto/digest.c b/crypto/digest.c index bc47af648c..1bf7414aeb 100644 --- a/crypto/digest.c +++ b/crypto/digest.c @@ -136,11 +136,6 @@ static int digest(struct hash_desc *desc, return final(desc, out); } -int crypto_init_digest_flags(struct crypto_tfm *tfm, u32 flags) -{ - return flags ? -EINVAL : 0; -} - int crypto_init_digest_ops(struct crypto_tfm *tfm) { struct hash_tfm *ops = &tfm->crt_hash;