summaryrefslogtreecommitdiffstats
path: root/crypto/aes/asm/aes-armv4.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/aes/asm/aes-armv4.pl')
-rw-r--r--crypto/aes/asm/aes-armv4.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/aes/asm/aes-armv4.pl b/crypto/aes/asm/aes-armv4.pl
index 69867e7410..15742c1ec5 100644
--- a/crypto/aes/asm/aes-armv4.pl
+++ b/crypto/aes/asm/aes-armv4.pl
@@ -1026,4 +1026,5 @@ _armv4_AES_decrypt:
.asciz "AES for ARMv4, CRYPTOGAMS by <appro\@openssl.org>"
___
+$code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
print $code;