summaryrefslogtreecommitdiffstats
path: root/src/crypto/modes/asm/ghash-armv4.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/modes/asm/ghash-armv4.pl')
-rw-r--r--src/crypto/modes/asm/ghash-armv4.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crypto/modes/asm/ghash-armv4.pl b/src/crypto/modes/asm/ghash-armv4.pl
index df33be5..dc5b99e 100644
--- a/src/crypto/modes/asm/ghash-armv4.pl
+++ b/src/crypto/modes/asm/ghash-armv4.pl
@@ -133,6 +133,7 @@ ___
}
$code=<<___;
+#if defined(__arm__)
#include <openssl/arm_arch.h>
.syntax unified
@@ -503,6 +504,8 @@ ___
$code.=<<___;
.asciz "GHASH for ARMv4/NEON, CRYPTOGAMS by <appro\@openssl.org>"
.align 2
+
+#endif
___
foreach (split("\n",$code)) {