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, 0 insertions, 3 deletions
diff --git a/src/crypto/modes/asm/ghash-armv4.pl b/src/crypto/modes/asm/ghash-armv4.pl
index dc5b99e..df33be5 100644
--- a/src/crypto/modes/asm/ghash-armv4.pl
+++ b/src/crypto/modes/asm/ghash-armv4.pl
@@ -133,7 +133,6 @@ ___
}
$code=<<___;
-#if defined(__arm__)
#include <openssl/arm_arch.h>
.syntax unified
@@ -504,8 +503,6 @@ ___
$code.=<<___;
.asciz "GHASH for ARMv4/NEON, CRYPTOGAMS by <appro\@openssl.org>"
.align 2
-
-#endif
___
foreach (split("\n",$code)) {