X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fhash.c;h=cb86b19fd105c320e8b75e1d63d388242b0d716c;hb=c54554d388369f7f88ddcbe285ca96f7fb8a2d4b;hp=0d7caa9ab748d96883f4dbfeb2612aab5b5e314f;hpb=ca786dc738f4f583b57b1bba7a335b5e8233f4b0;p=linux-2.6 diff --git a/crypto/hash.c b/crypto/hash.c index 0d7caa9ab7..cb86b19fd1 100644 --- a/crypto/hash.c +++ b/crypto/hash.c @@ -9,6 +9,7 @@ * any later version. */ +#include #include #include #include @@ -128,7 +129,6 @@ static int crypto_init_hash_ops_async(struct crypto_tfm *tfm) crt->digest = hash_async_digest; crt->setkey = hash_async_setkey; crt->digestsize = alg->digestsize; - crt->base = __crypto_ahash_cast(tfm); return 0; }