mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Typo in aes-ppc.pl.
This commit is contained in:
parent
cb1fbf9f63
commit
86d8f3ee19
@ -87,8 +87,8 @@ $acc14="r30";
|
||||
$acc15="r31";
|
||||
|
||||
# stay away from TLS pointer
|
||||
if ($SIZE_T==8) { $t1="r0"; }
|
||||
else { $Tbl3=$t0; $t="r0"; }
|
||||
if ($SIZE_T==8) { die if ($t1 ne "r13"); $t1="r0"; }
|
||||
else { die if ($Tbl3 ne "r2"); $Tbl3=$t0; $t0="r0"; }
|
||||
$mask80=$Tbl2;
|
||||
$mask1b=$Tbl3;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user