[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Andy Polyakov appro at openssl.org
Wed Nov 11 21:13:34 UTC 2015


The branch OpenSSL_1_0_2-stable has been updated
       via  48008008af2396d6b15e10d81156d26933d30233 (commit)
      from  d40ec4ab8e7c0ff39bf4f9918fbb9dfdca4c5221 (commit)


- Log -----------------------------------------------------------------
commit 48008008af2396d6b15e10d81156d26933d30233
Author: Andy Polyakov <appro at openssl.org>
Date:   Tue Nov 10 21:57:22 2015 +0100

    modes/asm/ghash-armv4.pl: make it compile by clang. RT#3989
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

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

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

diff --git a/crypto/modes/asm/ghash-armv4.pl b/crypto/modes/asm/ghash-armv4.pl
index 21f877a..8ccc963 100644
--- a/crypto/modes/asm/ghash-armv4.pl
+++ b/crypto/modes/asm/ghash-armv4.pl
@@ -126,6 +126,11 @@ $code=<<___;
 .text
 .code	32
 
+#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