mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-29 01:58:37 +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,
|
FILE_ASN1_TYPE_VISIBLE_STRING => 1,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Default Constructor.
|
||||||
|
*
|
||||||
|
* @access public
|
||||||
|
*/
|
||||||
function File_ASN1()
|
function File_ASN1()
|
||||||
{
|
{
|
||||||
static $static_init = null;
|
static $static_init = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user