From 126c396a517a2f1f1c2d0955b9c81cb1a8b87063 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sun, 18 Nov 2012 16:29:15 -0600 Subject: [PATCH] More CS adjustments --- phpseclib/File/ASN1.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpseclib/File/ASN1.php b/phpseclib/File/ASN1.php index ea323e1d..0ed044fd 100644 --- a/phpseclib/File/ASN1.php +++ b/phpseclib/File/ASN1.php @@ -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])) {