mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 04:34:45 +01:00
Correct indentation on pvno array definition.
This commit is contained in:
parent
ae99173aed
commit
2e8e4bf04a
@ -18,7 +18,7 @@ class Unit_File_ASN1Test extends PhpseclibTestCase
|
||||
$KDC_REP = array(
|
||||
'type' => FILE_ASN1_TYPE_SEQUENCE,
|
||||
'children' => array(
|
||||
'pvno' => array(
|
||||
'pvno' => array(
|
||||
'constant' => 0,
|
||||
'optional' => true,
|
||||
'explicit' => true,
|
||||
|
Loading…
Reference in New Issue
Block a user