diff options
Diffstat (limited to 'linux-arm/crypto/bn/armv4-mont.S')
-rw-r--r-- | linux-arm/crypto/bn/armv4-mont.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux-arm/crypto/bn/armv4-mont.S b/linux-arm/crypto/bn/armv4-mont.S index fc671e8..81dcbeb 100644 --- a/linux-arm/crypto/bn/armv4-mont.S +++ b/linux-arm/crypto/bn/armv4-mont.S @@ -1,5 +1,4 @@ -#if defined(__arm__) -#include <openssl/arm_arch.h> +#include "arm_arch.h" .text .code 32 @@ -586,4 +585,3 @@ bn_mul8x_mont_neon: .comm OPENSSL_armcap_P,4,4 .hidden OPENSSL_armcap_P #endif -#endif
\ No newline at end of file |