summaryrefslogtreecommitdiffstats
path: root/providers/fips
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-06-17 16:57:57 +0200
committerTomas Mraz <tomas@openssl.org>2021-06-18 18:21:49 +0200
commitd9ee027e898063d8b65d3bdbca3d903d7aff23a5 (patch)
tree14f3af2c4ba233b4234f92ffdd2ec22157a14b08 /providers/fips
parent47bb597b4fd6fd7b581fe405f71b797243fe96db (diff)
aix64-gcc target: Fix build breakage with enable-fips
Fixes #15804 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15807)
Diffstat (limited to 'providers/fips')
-rw-r--r--providers/fips/self_test.c2
1 files changed, 0 insertions, 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.