X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fdigest.c;h=6fd43bddd545e788546d868b097e3ad811867e76;hb=e242297055f906e8e225fb95a8edbc88e9052634;hp=8871dec8cae7484a1fe34e68966563ad1d6032b9;hpb=41f81e88e01eb959f439f8537c58078e4bfc5291;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);