X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=crypto%2Fdigest.c;h=b526cc348b79313e21bea12808976f392b5505a8;hb=bbea34606269efedf7d12c608924b47bafb344f5;hp=6fd43bddd545e788546d868b097e3ad811867e76;hpb=75659ca0c10992dcb39258518368a0f6f56e935d;p=mv-sheeva.git diff --git a/crypto/digest.c b/crypto/digest.c index 6fd43bddd54..b526cc348b7 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);