mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-26 00:28:27 +00:00
Merge branch '2.0'
* 2.0: Correct indentation on pvno array definition.
This commit is contained in:
commit
27bf47e7a4
@ -18,7 +18,7 @@ class Unit_File_ASN1Test extends PhpseclibTestCase
|
|||||||
$KDC_REP = array(
|
$KDC_REP = array(
|
||||||
'type' => ASN1::TYPE_SEQUENCE,
|
'type' => ASN1::TYPE_SEQUENCE,
|
||||||
'children' => array(
|
'children' => array(
|
||||||
'pvno' => array(
|
'pvno' => array(
|
||||||
'constant' => 0,
|
'constant' => 0,
|
||||||
'optional' => true,
|
'optional' => true,
|
||||||
'explicit' => true,
|
'explicit' => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user