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