mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-19 19:55:11 +00:00
ASN1: CS adjustment
This commit is contained in:
parent
86184fb7b9
commit
ed52a587e8
@ -1140,7 +1140,7 @@ abstract class ASN1
|
|||||||
$eighty = new BigInteger(80);
|
$eighty = new BigInteger(80);
|
||||||
}
|
}
|
||||||
|
|
||||||
$oid = array();
|
$oid = [];
|
||||||
$pos = 0;
|
$pos = 0;
|
||||||
$len = strlen($content);
|
$len = strlen($content);
|
||||||
$n = new BigInteger();
|
$n = new BigInteger();
|
||||||
|
Loading…
Reference in New Issue
Block a user