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:
commit
1e0fe567b2
@ -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