mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
bn/asm/ppc-mont.pl: signal no-op in 32-bit bit build.
The bug was introduced in 80d27cdb84
,
one too many instructions was removed. It went unnoticed, because
new subroutine introduced in previous commit is called in real-life
RSA/DSA/DH cases, while original code is called only in rare tests.
The bug was caught in test_fuzz.
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
20d14461fb
commit
90fc4832a3
@ -135,6 +135,7 @@ $code=<<___;
|
||||
.align 5
|
||||
.bn_mul_mont_int:
|
||||
mr $rp,r3 ; $rp is reassigned
|
||||
li r3,0
|
||||
___
|
||||
$code.=<<___ if ($BNSZ==4);
|
||||
cmpwi $num,32 ; longer key performance is not better
|
||||
|
Loading…
Reference in New Issue
Block a user