tony2001 Wed Apr 2 14:35:17 2008 UTC Modified files: /php-src/ext/openssl openssl.c Log: initialize variable http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.156&r2=1.157&diff_format=u Index: php-src/ext/openssl/openssl.c diff -u php-src/ext/openssl/openssl.c:1.156 php-src/ext/openssl/openssl.c:1.157 --- php-src/ext/openssl/openssl.c:1.156 Thu Feb 28 14:16:13 2008 +++ php-src/ext/openssl/openssl.c Wed Apr 2 14:35:16 2008 @@ -20,7 +20,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: openssl.c,v 1.156 2008/02/28 14:16:13 felipe Exp $ */ +/* $Id: openssl.c,v 1.157 2008/04/02 14:35:16 tony2001 Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -2051,7 +2051,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