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

Unified Diff: third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont.S

Issue 428753004: BoringSSL: roll DEPS and enable dynamic visibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix quotes in GN file. Created 6 years, 5 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/mac-x86_64/crypto/bn/x86_64-mont.S
diff --git a/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont.S b/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont.S
index 3bce6ec6ef72011680397607aa7aa9c8ff705e78..384a53e02ad0ba470b8541a00bc183c22915e849 100644
--- a/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont.S
+++ b/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont.S
@@ -4,6 +4,7 @@
.globl _bn_mul_mont
+.private_extern _bn_mul_mont
.p2align 4
_bn_mul_mont:
@@ -612,7 +613,6 @@ L$mul4x_epilogue:
-
.p2align 5
bn_sqr8x_mont:
L$sqr8x_enter:
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/bn/rsaz-x86_64.S ('k') | third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698