Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(988)

Unified Diff: third_party/boringssl/linux-arm/crypto/modes/ghash-armv4.S

Issue 1938433002: Revert BoringSSL Roll (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S ('k') | third_party/boringssl/linux-arm/crypto/modes/ghashv8-armx32.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698