ASN1: CS adjustments

This commit is contained in:
terrafrost 2013-05-14 10:38:01 -05:00
parent 40af708254
commit ff88b7e685

View File

@ -242,6 +242,11 @@ class File_ASN1 {
FILE_ASN1_TYPE_VISIBLE_STRING => 1,
);
/**
* Default Constructor.
*
* @access public
*/
function File_ASN1()
{
static $static_init = null;