| Index: third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S
|
| diff --git a/third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S b/third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S
|
| index 68dfb2c1724b0a2df4ed71f229a4180410e50cc0..28fbcf9e9da96a0cce22540f2d19be543d5b57d7 100644
|
| --- a/third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S
|
| +++ b/third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S
|
| @@ -1,5 +1,5 @@
|
| #if defined(__arm__)
|
| -#include "arm_arch.h"
|
| +#include <openssl/arm_arch.h>
|
|
|
| .text
|
| .code 32
|
| @@ -586,4 +586,4 @@ bn_mul8x_mont_neon:
|
| .comm OPENSSL_armcap_P,4,4
|
| .hidden OPENSSL_armcap_P
|
| #endif
|
| -#endif
|
| +#endif
|
|
|