aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rmd256.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crypto/rmd256.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/rmd256.c b/crypto/rmd256.c
index 2a643250c9a5..cdbbe37266c3 100644
--- a/crypto/rmd256.c
+++ b/crypto/rmd256.c
@@ -322,6 +322,7 @@ static struct shash_alg alg = {
.descsize = sizeof(struct rmd256_ctx),
.base = {
.cra_name = "rmd256",
+ .cra_driver_name = "rmd256-generic",
.cra_blocksize = RMD256_BLOCK_SIZE,
.cra_module = THIS_MODULE,
}