diff --git a/crypto/fips/fips_post.c b/crypto/fips/fips_post.c index 80de6f6..46003d1 100644 --- a/crypto/fips/fips_post.c +++ b/crypto/fips/fips_post.c @@ -72,7 +72,7 @@ int FIPS_selftest(void) { int rv = 1; - if (!FIPS_selftest_drbg()) + if (!FIPS_selftest_drbg_all()) rv = 0; if (!FIPS_selftest_sha1()) rv = 0;