| Index: third_party/boringssl/linux-arm/crypto/aes/bsaes-armv7.S
|
| diff --git a/third_party/boringssl/linux-arm/crypto/aes/bsaes-armv7.S b/third_party/boringssl/linux-arm/crypto/aes/bsaes-armv7.S
|
| index dd84f3589dddaac9aa729c96b31187a0ab120798..a3ebec88844b2ce2ab0389e51c3cf7ce207d993c 100644
|
| --- a/third_party/boringssl/linux-arm/crypto/aes/bsaes-armv7.S
|
| +++ b/third_party/boringssl/linux-arm/crypto/aes/bsaes-armv7.S
|
| @@ -47,9 +47,8 @@
|
| @
|
| @ <ard.biesheuvel@linaro.org>
|
|
|
| -#if defined(__arm__)
|
| #ifndef __KERNEL__
|
| -# include "arm_arch.h"
|
| +# include <openssl/arm_arch.h>
|
|
|
| # define VFP_ABI_PUSH vstmdb sp!,{d8-d15}
|
| # define VFP_ABI_POP vldmia sp!,{d8-d15}
|
| @@ -2575,5 +2574,4 @@ bsaes_xts_decrypt:
|
|
|
| .size bsaes_xts_decrypt,.-bsaes_xts_decrypt
|
| #endif
|
| -#endif
|
| #endif
|
|
|