Typo in aes-ppc.pl.
authorAndy Polyakov <appro@openssl.org>
Sat, 19 May 2007 20:00:33 +0000 (20:00 +0000)
committerAndy Polyakov <appro@openssl.org>
Sat, 19 May 2007 20:00:33 +0000 (20:00 +0000)
crypto/aes/asm/aes-ppc.pl

index 9c8a8d32b82acbf5adbe9d1c5021737d81d5b93f..685fccf04eb2929b3a50cc0614b68ce745963638 100644 (file)
@@ -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;