[openssl] master update
tomas at openssl.org
tomas at openssl.org
Fri Jun 18 16:22:07 UTC 2021
The branch master has been updated
via d9ee027e898063d8b65d3bdbca3d903d7aff23a5 (commit)
from 47bb597b4fd6fd7b581fe405f71b797243fe96db (commit)
- Log -----------------------------------------------------------------
commit d9ee027e898063d8b65d3bdbca3d903d7aff23a5
Author: Tomas Mraz <tomas at openssl.org>
Date: Thu Jun 17 16:57:57 2021 +0200
aix64-gcc target: Fix build breakage with enable-fips
Fixes #15804
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15807)
-----------------------------------------------------------------------
Summary of changes:
providers/fips/self_test.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/providers/fips/self_test.c b/providers/fips/self_test.c
index e6813e292d..e236bd421a 100644
--- a/providers/fips/self_test.c
+++ b/providers/fips/self_test.c
@@ -71,10 +71,8 @@ DEFINE_RUN_ONCE_STATIC(do_fips_self_test_init)
#define DEP_INIT_ATTRIBUTE static
#define DEP_FINI_ATTRIBUTE static
-#if !defined(__GNUC__)
static void init(void);
static void cleanup(void);
-#endif
/*
* This is the Default Entry Point (DEP) code.
More information about the openssl-commits
mailing list