tony2001 Mon Apr 7 10:44:03 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/openssl openssl.c Log: initialize variable http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.98.2.5.2.44&r2=1.98.2.5.2.45&diff_format=u Index: php-src/ext/openssl/openssl.c diff -u php-src/ext/openssl/openssl.c:1.98.2.5.2.44 php-src/ext/openssl/openssl.c:1.98.2.5.2.45 --- php-src/ext/openssl/openssl.c:1.98.2.5.2.44 Tue Jan 15 15:13:37 2008 +++ php-src/ext/openssl/openssl.c Mon Apr 7 10:44:03 2008 @@ -20,7 +20,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: openssl.c,v 1.98.2.5.2.44 2008/01/15 15:13:37 rrichards Exp $ */ +/* $Id: openssl.c,v 1.98.2.5.2.45 2008/04/07 10:44:03 tony2001 Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -1962,7 +1962,7 @@ X509 * cert = NULL, *new_cert = NULL; X509_REQ * csr; EVP_PKEY * key = NULL, *priv_key = NULL; - long csr_resource, certresource, keyresource; + long csr_resource, certresource = 0, keyresource; int i; struct php_x509_request req;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php