mirror of https://github.com/openssl/openssl.git
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:
parent
47bb597b4f
commit
d9ee027e89
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue