lib/genalloc: fix the overflow when size is too big
[linux-2.6-microblaze.git] / crypto / rmd256.c
index 79ca302..3c730e9 100644 (file)
@@ -317,6 +317,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,
        }