Index: third_party/boringssl/linux-arm/crypto/modes/ghash-armv4.S |
diff --git a/third_party/boringssl/linux-arm/crypto/modes/ghash-armv4.S b/third_party/boringssl/linux-arm/crypto/modes/ghash-armv4.S |
index 791b28906cc215547ff09091445a985957a94ce5..c6f025d75974f9bc52f976fdf5417cba20cc1497 100644 |
--- a/third_party/boringssl/linux-arm/crypto/modes/ghash-armv4.S |
+++ b/third_party/boringssl/linux-arm/crypto/modes/ghash-armv4.S |
@@ -1,12 +1,13 @@ |
#if defined(__arm__) |
-#include <openssl/arm_arch.h> |
+#if defined(__arm__) |
+#include "arm_arch.h" |
.syntax unified |
.text |
.code 32 |
-#ifdef __clang__ |
+#ifdef __APPLE__ |
#define ldrplb ldrbpl |
#define ldrneb ldrbne |
#endif |
@@ -535,4 +536,6 @@ gcm_ghash_neon: |
.byte 71,72,65,83,72,32,102,111,114,32,65,82,77,118,52,47,78,69,79,78,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 |
.align 2 |
.align 2 |
+ |
#endif |
+#endif |