summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-09-27 16:27:03 +0000
committerAndy Polyakov <appro@openssl.org>2007-09-27 16:27:03 +0000
commit7722e53f12b3f2f4e182167da42dfb7edaf2eab0 (patch)
treee6d3078d6c4f732190039627d28b3a67cf494187 /crypto/aes
parent2c3ee16272231986e1ff50db9c0ed68343a51fb2 (diff)
Yet another ARM update. It appears to be more appropriate to make
developers responsible for -march choice.
Diffstat (limited to 'crypto/aes')
-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;