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