]> err.no Git - linux-2.6/blobdiff - crypto/digest.c
USB: Export URB statistics for powertop
[linux-2.6] / crypto / digest.c
index bc47af648cb16dae48216e82785e76002f047d10..1bf7414aeb9e4e212beda804cf270aa310548c5d 100644 (file)
@@ -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;