| 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
|
|
|