From: Antony Dovgal Date: Mon, 7 Apr 2008 10:44:03 +0000 (+0000) Subject: initialize variable X-Git-Tag: php-5.2.6RC5~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=339414deea682207d005804b3aff58dd56a4f876;p=php initialize variable --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index 91856f548b..feef007bfd 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -1962,7 +1962,7 @@ PHP_FUNCTION(openssl_csr_sign) 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;