1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-02 17:52:59 +01:00

CS adjustments

This commit is contained in:
terrafrost 2012-11-18 16:16:11 -06:00
parent 2a1909fd71
commit 406e7e90e9

View File

@ -3560,7 +3560,6 @@ class File_X509 {
* @access private
* @return Integer or false
*/
function _revokedCertificate(&$rclist, $serial, $create = false)
{
$serial = new Math_BigInteger($serial);