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

Unified Diff: third_party/boringssl/win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm

Issue 2869243005: Roll src/third_party/boringssl/src ddfcc6a60..1e5cb820d (Closed)
Patch Set: Created 3 years, 7 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/win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm
diff --git a/third_party/boringssl/win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm b/third_party/boringssl/win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm
deleted file mode 100644
index ab8cf92b724c657abac5762cac8011fa5a1f130d..0000000000000000000000000000000000000000
--- a/third_party/boringssl/win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm
+++ /dev/null
@@ -1,8 +0,0 @@
-default rel
-%define XMMWORD
-%define YMMWORD
-%define ZMMWORD
-global dummy_chacha20_poly1305_asm
-
-dummy_chacha20_poly1305_asm:
- DB 0F3h,0C3h ;repret

Powered by Google App Engine
This is Rietveld 408576698