ASN1: CS adjustment

This commit is contained in:
terrafrost 2021-04-02 10:29:04 -05:00
parent 86184fb7b9
commit ed52a587e8

View File

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