ide-floppy: convert to using the new atapi_flags (take 2)
[safe/jmp/linux-2.6] / crypto / digest.c
index d63d5d9..ac09194 100644 (file)
@@ -12,6 +12,7 @@
  *
  */
 
+#include <crypto/internal/hash.h>
 #include <crypto/scatterwalk.h>
 #include <linux/mm.h>
 #include <linux/errno.h>
@@ -234,7 +235,6 @@ int crypto_init_digest_ops_async(struct crypto_tfm *tfm)
        crt->setkey     = dalg->dia_setkey ? digest_async_setkey :
                                                digest_async_nosetkey;
        crt->digestsize = dalg->dia_digestsize;
-       crt->base       = __crypto_ahash_cast(tfm);
 
        return 0;
 }