]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bn/asm/armv4-mont.pl
Yet another ARM update. It appears to be more appropriate to make
[thirdparty/openssl.git] / crypto / bn / asm / armv4-mont.pl
index 47fbd387e49eb39f8b540ff4a9daf600ecc86330..05d5dc1a4822f26d38181f01793b9d9147c00f41 100644 (file)
@@ -195,5 +195,6 @@ bn_mul_mont:
 .asciz "Montgomery multiplication 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;