From d9ee027e898063d8b65d3bdbca3d903d7aff23a5 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 17 Jun 2021 16:57:57 +0200 Subject: [PATCH] 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) --- 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 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. -- 2.47.2