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


- Log -----------------------------------------------------------------
commit 48008008af2396d6b15e10d81156d26933d30233
Author: Andy Polyakov <[email protected]>
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 <[email protected]>

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

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:
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to