File bsc1198207-FIPS-add-hash_hmac-drbg-kat.patch of Package openssl-1_1
14
1
diff --git a/crypto/fips/fips_post.c b/crypto/fips/fips_post.c
2
index 80de6f6..46003d1 100644
3
--- a/crypto/fips/fips_post.c
4
+++ b/crypto/fips/fips_post.c
5
6
int FIPS_selftest(void)
7
{
8
int rv = 1;
9
- if (!FIPS_selftest_drbg())
10
+ if (!FIPS_selftest_drbg_all())
11
rv = 0;
12
if (!FIPS_selftest_sha1())
13
rv = 0;
14