sniper          Thu Feb 17 04:26:13 2005 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/openssl        openssl.c 
  Log:
  ws/cs
  
http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.52.2.19&r2=1.52.2.20&ty=u
Index: php-src/ext/openssl/openssl.c
diff -u php-src/ext/openssl/openssl.c:1.52.2.19 
php-src/ext/openssl/openssl.c:1.52.2.20
--- php-src/ext/openssl/openssl.c:1.52.2.19     Wed Oct 27 07:11:24 2004
+++ php-src/ext/openssl/openssl.c       Thu Feb 17 04:26:10 2005
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: openssl.c,v 1.52.2.19 2004/10/27 11:11:24 wez Exp $ */
+/* $Id: openssl.c,v 1.52.2.20 2005/02/17 09:26:10 sniper Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -227,8 +227,7 @@
                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);
                }

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to