mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 11:37:33 +00:00
CS adjustment
This commit is contained in:
parent
ec067c1f14
commit
32857c5e7f
@ -1919,8 +1919,9 @@ class File_X509 {
|
||||
*/
|
||||
function setDN($dn, $merge = false)
|
||||
{
|
||||
if (!$merge)
|
||||
if (!$merge) {
|
||||
$this->dn = NULL;
|
||||
}
|
||||
|
||||
if (is_array($dn)) {
|
||||
if (isset($dn['rdnSequence'])) {
|
||||
|
Loading…
Reference in New Issue
Block a user