Merge branch 'PHP-7.3' into PHP-7.4

This commit is contained in:
Nikita Popov 2019-04-15 10:54:39 +02:00
commit c9ff095758

View File

@ -1873,7 +1873,7 @@ static int php_openssl_enable_crypto(php_stream *stream,
{
int n;
int retry = 1;
int cert_captured;
int cert_captured = 0;
X509 *peer_cert;
if (cparam->inputs.activate && !sslsock->ssl_active) {