diff options
Diffstat (limited to 'crypto/hash.c')
-rw-r--r-- | crypto/hash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/hash.c b/crypto/hash.c index 0d7caa9ab748..140a75565f15 100644 --- a/crypto/hash.c +++ b/crypto/hash.c | |||
@@ -128,7 +128,6 @@ static int crypto_init_hash_ops_async(struct crypto_tfm *tfm) | |||
128 | crt->digest = hash_async_digest; | 128 | crt->digest = hash_async_digest; |
129 | crt->setkey = hash_async_setkey; | 129 | crt->setkey = hash_async_setkey; |
130 | crt->digestsize = alg->digestsize; | 130 | crt->digestsize = alg->digestsize; |
131 | crt->base = __crypto_ahash_cast(tfm); | ||
132 | 131 | ||
133 | return 0; | 132 | return 0; |
134 | } | 133 | } |