mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-15 19:16:55 +00:00
ASN1: CS adjustments
This commit is contained in:
parent
40af708254
commit
ff88b7e685
@ -242,6 +242,11 @@ class File_ASN1 {
|
||||
FILE_ASN1_TYPE_VISIBLE_STRING => 1,
|
||||
);
|
||||
|
||||
/**
|
||||
* Default Constructor.
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function File_ASN1()
|
||||
{
|
||||
static $static_init = null;
|
||||
|
Loading…
Reference in New Issue
Block a user