Pedro Monreal Gonzalez
eca9d414ca
- Use gcc-13 for ppc64le. OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-1_1?expand=0&rev=168
14 lines
350 B
Diff
14 lines
350 B
Diff
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;
|