From 32857c5e7fb0fdd190b5aebf40c2f5fb542f30bf Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sat, 6 Oct 2012 10:50:19 -0500 Subject: [PATCH] CS adjustment --- phpseclib/File/X509.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpseclib/File/X509.php b/phpseclib/File/X509.php index d29c8ba9..cf5290ff 100644 --- a/phpseclib/File/X509.php +++ b/phpseclib/File/X509.php @@ -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'])) {