summaryrefslogtreecommitdiffstats
path: root/crypto/aes/asm/aes-ppc.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-05-19 20:00:33 +0000
committerAndy Polyakov <appro@openssl.org>2007-05-19 20:00:33 +0000
commit86d8f3ee19e5c2740f0f4ecd3dc6c5560384f3d2 (patch)
tree7a01e97df5bc9d4264880b0e00bcb64d1c4e2cc7 /crypto/aes/asm/aes-ppc.pl
parentcb1fbf9f63065207737b76da55d0d729c17cbaed (diff)
Typo in aes-ppc.pl.
Diffstat (limited to 'crypto/aes/asm/aes-ppc.pl')
-rw-r--r--crypto/aes/asm/aes-ppc.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/aes/asm/aes-ppc.pl b/crypto/aes/asm/aes-ppc.pl
index 9c8a8d32b8..685fccf04e 100644
--- a/crypto/aes/asm/aes-ppc.pl
+++ b/crypto/aes/asm/aes-ppc.pl
@@ -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;