Missing ;

This commit is contained in:
terrafrost 2012-11-12 01:05:24 -06:00
parent 0e0eebf456
commit 661eb8db3f

View File

@ -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
*/