mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 23:31:00 +00:00
DES: removed debug code
removed debug code
This commit is contained in:
parent
960dbe4f62
commit
6b7c1da103
@ -2508,7 +2508,6 @@ class Crypt_DES {
|
||||
break;
|
||||
}
|
||||
$lambda_functions[$code_hash] = create_function('$action, &$self, $text', 'if ($action == "encrypt") { '.$encrypt.' } else { '.$decrypt.' }');
|
||||
#echo $encrypt;
|
||||
}
|
||||
$this->inline_crypt = $lambda_functions[$code_hash];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user