diff options
Diffstat (limited to 'crypto/ahash.c')
-rw-r--r-- | crypto/ahash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ahash.c b/crypto/ahash.c index 8c1f918a6878..e6e5906ca80a 100644 --- a/crypto/ahash.c +++ b/crypto/ahash.c | |||
@@ -76,7 +76,6 @@ static int crypto_init_ahash_ops(struct crypto_tfm *tfm, u32 type, u32 mask) | |||
76 | crt->final = alg->final; | 76 | crt->final = alg->final; |
77 | crt->digest = alg->digest; | 77 | crt->digest = alg->digest; |
78 | crt->setkey = ahash_setkey; | 78 | crt->setkey = ahash_setkey; |
79 | crt->base = __crypto_ahash_cast(tfm); | ||
80 | crt->digestsize = alg->digestsize; | 79 | crt->digestsize = alg->digestsize; |
81 | 80 | ||
82 | return 0; | 81 | return 0; |