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

Andy Polyakov appro at openssl.org
Sun Jul 1 09:54:12 UTC 2018


The branch OpenSSL_1_1_0-stable has been updated
       via  a80f76aff4e0be3f5738cf9b292f940dc06a0e2a (commit)
      from  c7b9e7be89c987fbf065852d846ac4982a32941b (commit)


- Log -----------------------------------------------------------------
commit a80f76aff4e0be3f5738cf9b292f940dc06a0e2a
Author: Andy Polyakov <appro at openssl.org>
Date:   Fri Jun 29 17:48:54 2018 +0200

    modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/6615)
    
    (cherry picked from commit ce5eb5e8149d8d03660575f4b8504c993851988a)

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

Summary of changes:
 crypto/modes/asm/ghash-armv4.pl | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/crypto/modes/asm/ghash-armv4.pl b/crypto/modes/asm/ghash-armv4.pl
index 7d880c9..426ef30 100644
--- a/crypto/modes/asm/ghash-armv4.pl
+++ b/crypto/modes/asm/ghash-armv4.pl
@@ -145,6 +145,8 @@ $code=<<___;
 .text
 #if defined(__thumb2__) || defined(__clang__)
 .syntax	unified
+#define ldrplb  ldrbpl
+#define ldrneb  ldrbne
 #endif
 #if defined(__thumb2__)
 .thumb
@@ -152,11 +154,6 @@ $code=<<___;
 .code	32
 #endif
 
-#ifdef  __clang__
-#define ldrplb  ldrbpl
-#define ldrneb  ldrbne
-#endif
-
 .type	rem_4bit,%object
 .align	5
 rem_4bit:


More information about the openssl-commits mailing list