mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +00:00
Missing ;
This commit is contained in:
parent
0e0eebf456
commit
661eb8db3f
@ -70,7 +70,7 @@ define('FILE_X509_DN_ARRAY', 0); // Internal array representation.
|
|||||||
/**
|
/**
|
||||||
* Return string
|
* Return string
|
||||||
*/
|
*/
|
||||||
define('FILE_X509_DN_STRING', 1)
|
define('FILE_X509_DN_STRING', 1);
|
||||||
/**
|
/**
|
||||||
* Return ASN.1 name string
|
* Return ASN.1 name string
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user