1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-03 18:18:05 +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 * @access private
* @return Integer or false * @return Integer or false
*/ */
function _revokedCertificate(&$rclist, $serial, $create = false) function _revokedCertificate(&$rclist, $serial, $create = false)
{ {
$serial = new Math_BigInteger($serial); $serial = new Math_BigInteger($serial);