summaryrefslogtreecommitdiff
path: root/crypto/aes
diff options
context:
space:
mode:
authorappro <appro>2007-09-27 16:26:59 +0000
committerappro <appro>2007-09-27 16:26:59 +0000
commitfcabc8df81e8ca7669cf6812e8ca8d2161d31b4d (patch)
tree0d9f3f037301eb4d067416f898f2c1d76b6e502a /crypto/aes
parent589a0a1e97114b8c8cfb4485462b510c23fd3535 (diff)
downloadopenssl-fcabc8df81e8ca7669cf6812e8ca8d2161d31b4d.tar.gz
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 69867e741..15742c1ec 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;