1
0
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:
terrafrost 2012-11-18 16:29:15 -06:00
parent e4836d0f3e
commit 126c396a51

View File

@ -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])) {