[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

bernd.edlinger at hotmail.de bernd.edlinger at hotmail.de
Fri Apr 20 13:51:15 UTC 2018


The branch OpenSSL_1_1_0-stable has been updated
       via  b5da3cadbdaecdbdf45120fd5d75e72068edb652 (commit)
      from  d2118367add0840df472f48e48be19f075a3dec0 (commit)


- Log -----------------------------------------------------------------
commit b5da3cadbdaecdbdf45120fd5d75e72068edb652
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date:   Thu Apr 19 20:56:46 2018 +0200

    Fix building linux-armv4 with --strict-warnings
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/6026)
    
    (cherry picked from commit 0e0f8116e247912f5c48f8b3786e543f37fc1f87)

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

Summary of changes:
 crypto/arm_arch.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h
index 3fc9e69..ddb60c6 100644
--- a/crypto/arm_arch.h
+++ b/crypto/arm_arch.h
@@ -69,7 +69,7 @@
 #  endif
 # endif
 
-# if !__ASSEMBLER__
+# ifndef __ASSEMBLER__
 extern unsigned int OPENSSL_armcap_P;
 # endif
 


More information about the openssl-commits mailing list