mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
MFH: initialize variable
This commit is contained in:
parent
378dacf99f
commit
e96d5501f8
@ -2014,7 +2014,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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user