diff options
-rw-r--r-- | crypto/shash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/shash.c b/crypto/shash.c index 98b7f46ca1ed..91f7b9d83881 100644 --- a/crypto/shash.c +++ b/crypto/shash.c | |||
@@ -350,7 +350,7 @@ int crypto_init_shash_ops_async(struct crypto_tfm *tfm) | |||
350 | crt->setkey = shash_async_setkey; | 350 | crt->setkey = shash_async_setkey; |
351 | if (alg->export) | 351 | if (alg->export) |
352 | crt->export = shash_async_export; | 352 | crt->export = shash_async_export; |
353 | if (alg->setkey) | 353 | if (alg->import) |
354 | crt->import = shash_async_import; | 354 | crt->import = shash_async_import; |
355 | 355 | ||
356 | crt->reqsize = sizeof(struct shash_desc) + crypto_shash_descsize(shash); | 356 | crt->reqsize = sizeof(struct shash_desc) + crypto_shash_descsize(shash); |