From 95321e15f299d4f9b023831eaa868feee4fe9c0b Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Mon, 27 Mar 2017 01:04:01 -0500 Subject: [PATCH] Fix diff_asm.go. We now have another non-OpenSSL perlasm file. Change-Id: Id5ab606089f22a4cb4c7d29f2cf7d140b66861f7 Reviewed-on: https://boringssl-review.googlesource.com/14404 Reviewed-by: Steven Valdez Reviewed-by: David Benjamin Commit-Queue: Steven Valdez Commit-Queue: David Benjamin CQ-Verified: CQ bot account: commit-bot@chromium.org --- util/diff_asm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/diff_asm.go b/util/diff_asm.go index 0a0888b0..bc9363f9 100644 --- a/util/diff_asm.go +++ b/util/diff_asm.go @@ -31,7 +31,7 @@ var ( func mapName(path string) string { switch filepath.ToSlash(path) { - case "crypto/rand/asm/rdrand-x86_64.pl": + case "crypto/cipher/asm/chacha20_poly1305_x86_64.pl", "crypto/rand/asm/rdrand-x86_64.pl": return "" case "crypto/ec/asm/p256-x86_64-asm.pl": return filepath.FromSlash("crypto/ec/asm/ecp_nistz256-x86_64.pl")