]> granicus.if.org Git - php/commitdiff
ws/cs
authorfoobar <sniper@php.net>
Thu, 17 Feb 2005 09:26:12 +0000 (09:26 +0000)
committerfoobar <sniper@php.net>
Thu, 17 Feb 2005 09:26:12 +0000 (09:26 +0000)
ext/openssl/openssl.c

index 6c78ad937a5ef8761efe27043f40b1b48a288f2b..e41c82c9e41eb3986e56529efb1e639046e4c2f0 100644 (file)
@@ -227,8 +227,7 @@ static void add_assoc_name_entry(zval * val, char * key, X509_NAME * name, int s
                if (shortname) {
                        sn = (char*)OBJ_nid2sn(nid);
                        add_assoc_stringl(subitem, sn, str->data, str->length, 1);
-               }
-               else    {
+               } else {
                        ln = (char*)OBJ_nid2ln(nid);
                        add_assoc_stringl(subitem, ln, str->data, str->length, 1);
                }