From: Antony Dovgal Date: Wed, 2 Apr 2008 14:35:16 +0000 (+0000) Subject: initialize variable X-Git-Tag: RELEASE_2_0_0b1~515 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9dea5a07475c2d9db0de0a18ee80098065a1a55c;p=php initialize variable --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index b395bd2803..692b66ca39 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -2051,7 +2051,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;