mm/vmstat: remove unneeded return value
[linux-2.6-microblaze.git] / crypto / testmgr.c
index 1f7f63e..c978e41 100644 (file)
@@ -4686,8 +4686,11 @@ static const struct alg_test_desc alg_test_descs[] = {
                .test = alg_test_null,
        }, {
                .alg = "drbg_nopr_hmac_sha512",
-               .test = alg_test_null,
+               .test = alg_test_drbg,
                .fips_allowed = 1,
+               .suite = {
+                       .drbg = __VECS(drbg_nopr_hmac_sha512_tv_template)
+               }
        }, {
                .alg = "drbg_nopr_sha1",
                .fips_allowed = 1,