mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
MFH: initialize keyresource
This commit is contained in:
@@ -2295,7 +2295,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 = 0, keyresource;
|
||||
long csr_resource, certresource = 0, keyresource = -1;
|
||||
int i;
|
||||
struct php_x509_request req;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user