mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-02 17:52:59 +01:00
More CS adjustments
This commit is contained in:
parent
e4836d0f3e
commit
126c396a51
@ -1184,7 +1184,6 @@ class File_ASN1 {
|
||||
* @return String
|
||||
* @access public
|
||||
*/
|
||||
|
||||
function convert($in, $from = FILE_ASN1_TYPE_UTF8_STRING, $to = FILE_ASN1_TYPE_UTF8_STRING)
|
||||
{
|
||||
if (!isset($this->stringTypeSize[$from]) || !isset($this->stringTypeSize[$to])) {
|
||||
|
Loading…
Reference in New Issue
Block a user