1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-14 18:15:39 +01:00

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); $eighty = new BigInteger(80);
} }
$oid = array(); $oid = [];
$pos = 0; $pos = 0;
$len = strlen($content); $len = strlen($content);
$n = new BigInteger(); $n = new BigInteger();