Merge branch '3.0'

This commit is contained in:
terrafrost 2021-04-02 10:29:14 -05:00
commit 1e0fe567b2

View File

@ -1140,7 +1140,7 @@ abstract class ASN1
$eighty = new BigInteger(80);
}
$oid = array();
$oid = [];
$pos = 0;
$len = strlen($content);
$n = new BigInteger();