mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 10:45:11 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
68256d209b
@ -850,7 +850,7 @@ 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