X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=crypto%2Fdigest.c;h=b526cc348b79313e21bea12808976f392b5505a8;hb=801eb73f45371accc78ca9d6d22d647eeb722c11;hp=6fd43bddd545e788546d868b097e3ad811867e76;hpb=c1f3ee120bb61045b1c0a3ead620d1d65af47130;p=linux-2.6 diff --git a/crypto/digest.c b/crypto/digest.c index 6fd43bddd5..b526cc348b 100644 --- a/crypto/digest.c +++ b/crypto/digest.c @@ -21,6 +21,8 @@ #include #include +#include "internal.h" + static int init(struct hash_desc *desc) { struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);