aesni-x86.pl: fix typos.
[oweals/openssl.git] / crypto / aes / asm / aes-armv4.pl
index 69867e74102def3414b67b9cd2fc7b5e566d37e5..15742c1ec54b3a8ce01941f7672f94fbf3f99249 100644 (file)
@@ -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;