Merge branch '2.0'

This commit is contained in:
terrafrost 2019-08-03 09:11:45 -05:00
commit cef6916d71

View File

@ -909,7 +909,7 @@ abstract class ASN1
if ($mapping['type'] == self::TYPE_SET) {
sort($value);
}
$value = implode($value, '');
$value = implode('', $value);
break;
}