mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-03 18:18:05 +01:00
CS adjustments
This commit is contained in:
parent
2a1909fd71
commit
406e7e90e9
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user