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

Unified Diff: third_party/boringssl/mac-x86/crypto/fipsmodule/aesni-x86.S

Issue 2829743002: Roll src/third_party/boringssl/src bc6a76b0e..777fdd644 (Closed)
Patch Set: Created 3 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/mac-x86/crypto/fipsmodule/aesni-x86.S
diff --git a/third_party/boringssl/mac-x86/crypto/aes/aesni-x86.S b/third_party/boringssl/mac-x86/crypto/fipsmodule/aesni-x86.S
similarity index 99%
rename from third_party/boringssl/mac-x86/crypto/aes/aesni-x86.S
rename to third_party/boringssl/mac-x86/crypto/fipsmodule/aesni-x86.S
index 07719ba7ae8f6fc5b8e8ab41ab143ddb131ede4a..07c7e1fdb1d98f3387c86f43fb1681e9353f0980 100644
--- a/third_party/boringssl/mac-x86/crypto/aes/aesni-x86.S
+++ b/third_party/boringssl/mac-x86/crypto/fipsmodule/aesni-x86.S
@@ -1,5 +1,5 @@
#if defined(__i386__)
-.file "src/crypto/aes/asm/aesni-x86.S"
+.file "src/crypto/fipsmodule/aes/asm/aesni-x86.S"
.text
.globl _aesni_encrypt
.private_extern _aesni_encrypt
« no previous file with comments | « third_party/boringssl/mac-x86/crypto/fipsmodule/aes-586.S ('k') | third_party/boringssl/mac-x86/crypto/fipsmodule/vpaes-x86.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698