mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 19:54:57 +00:00
Merge branch '2.0'
This commit is contained in:
commit
cef6916d71
@ -909,7 +909,7 @@ abstract class ASN1
|
|||||||
if ($mapping['type'] == self::TYPE_SET) {
|
if ($mapping['type'] == self::TYPE_SET) {
|
||||||
sort($value);
|
sort($value);
|
||||||
}
|
}
|
||||||
$value = implode($value, '');
|
$value = implode('', $value);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user