Merge BoringSSL ad50a0d: Fix diff_asm.go and revert another local MASM perlasm change.
This commit is contained in:
commit
af6cb783b5
@ -32,7 +32,7 @@ var (
|
||||
func mapName(path string) string {
|
||||
path = strings.Replace(path, filepath.FromSlash("/fipsmodule/"), string(filepath.Separator), 1)
|
||||
switch filepath.ToSlash(path) {
|
||||
case "crypto/rand/asm/rdrand-x86_64.pl":
|
||||
case "crypto/cipher_extra/asm/aes128gcmsiv-x86_64.pl", "crypto/cipher_extra/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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user