Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[sfrench/cifs-2.6.git] / crypto / testmgr.c
index 1f7f63e836ae2979008871dc715198c720b9ac3d..c978e41f11a11b5d5ee1a211be55720605d27511 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,