- removed debug code

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@78 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
Jim Wigginton 2010-01-23 17:36:49 +00:00
parent 3ec7bdfcba
commit 1841949aaf
2 changed files with 2 additions and 4 deletions

View File

@ -64,7 +64,7 @@
* @author Jim Wigginton <terrafrost@php.net>
* @copyright MMVIII Jim Wigginton
* @license http://www.gnu.org/licenses/lgpl.txt
* @version $Id: Rijndael.php,v 1.10 2010-01-04 07:59:01 terrafrost Exp $
* @version $Id: Rijndael.php,v 1.11 2010-01-23 17:36:49 terrafrost Exp $
* @link http://phpseclib.sourceforge.net
*/
@ -1080,7 +1080,6 @@ class Crypt_Rijndael {
$length = ord($text[strlen($text) - 1]);
if (!$length || $length > $this->block_size) {
echo "RETURNING FALSE ($length)\r\n";
return false;
}

View File

@ -1,5 +1,4 @@
<?php
echo "ZZZ\r\n";
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
/**
@ -68,7 +67,7 @@ echo "ZZZ\r\n";
* @author Jim Wigginton <terrafrost@php.net>
* @copyright MMVI Jim Wigginton
* @license http://www.gnu.org/licenses/lgpl.txt
* @version $Id: BigInteger.php,v 1.25 2010-01-21 07:33:04 terrafrost Exp $
* @version $Id: BigInteger.php,v 1.26 2010-01-23 17:36:49 terrafrost Exp $
* @link http://pear.php.net/package/Math_BigInteger
*/