The branch master has been updated
       via  d9ee027e898063d8b65d3bdbca3d903d7aff23a5 (commit)
      from  47bb597b4fd6fd7b581fe405f71b797243fe96db (commit)


- Log -----------------------------------------------------------------
commit d9ee027e898063d8b65d3bdbca3d903d7aff23a5
Author: Tomas Mraz <to...@openssl.org>
Date:   Thu Jun 17 16:57:57 2021 +0200

    aix64-gcc target: Fix build breakage with enable-fips
    
    Fixes #15804
    
    Reviewed-by: Richard Levitte <levi...@openssl.org>
    Reviewed-by: Matt Caswell <m...@openssl.org>
    Reviewed-by: Paul Dale <pa...@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/15807)

-----------------------------------------------------------------------

Summary of changes:
 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 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.

Reply via email to