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)
This commit is contained in:
Tomas Mraz 2021-06-17 16:57:57 +02:00
parent 47bb597b4f
commit d9ee027e89
1 changed files with 0 additions and 2 deletions

View File

@ -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.