X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fdigest.c;h=6fd43bddd545e788546d868b097e3ad811867e76;hb=4323838215184f5a2f081e0d17b8d60731b03164;hp=8871dec8cae7484a1fe34e68966563ad1d6032b9;hpb=1212663fba7c5e003e05d24f043d5ed57eb18b24;p=linux-2.6 diff --git a/crypto/digest.c b/crypto/digest.c index 8871dec8ca..6fd43bddd5 100644 --- a/crypto/digest.c +++ b/crypto/digest.c @@ -12,6 +12,7 @@ * */ +#include #include #include #include @@ -20,9 +21,6 @@ #include #include -#include "internal.h" -#include "scatterwalk.h" - static int init(struct hash_desc *desc) { struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);