Yet another ARM update. It appears to be more appropriate to make
[openssl.git] / crypto / sha / asm / sha1-armv4-large.pl
index 436eb36d70b5dab2e76146514846ffed9f9d1c45..d468be35da64d3c277e649f873a49909f443eb09 100644 (file)
@@ -226,5 +226,6 @@ $code.=<<___;
 .asciz "SHA1 block transform 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;
 close STDOUT; # enforce flush