mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +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
|
||||
*/
|
||||
define('FILE_X509_DN_STRING', 1)
|
||||
define('FILE_X509_DN_STRING', 1);
|
||||
/**
|
||||
* Return ASN.1 name string
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user