From: Tomas Mraz Date: Thu, 17 Jun 2021 14:57:57 +0000 (+0200) Subject: aix64-gcc target: Fix build breakage with enable-fips X-Git-Tag: openssl-3.0.0-beta2~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9ee027e898063d8b65d3bdbca3d903d7aff23a5;p=thirdparty%2Fopenssl.git aix64-gcc target: Fix build breakage with enable-fips Fixes #15804 Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15807) --- diff --git a/providers/fips/self_test.c b/providers/fips/self_test.c index e6813e292da..e236bd421a7 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.