mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 19:54:57 +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)
|
function setDN($dn, $merge = false)
|
||||||
{
|
{
|
||||||
if (!$merge)
|
if (!$merge) {
|
||||||
$this->dn = NULL;
|
$this->dn = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
if (is_array($dn)) {
|
if (is_array($dn)) {
|
||||||
if (isset($dn['rdnSequence'])) {
|
if (isset($dn['rdnSequence'])) {
|
||||||
|
Loading…
Reference in New Issue
Block a user