Skip to content

Commit c9ff095

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
2 parents 3f19592 + 5611058 commit c9ff095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/xp_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1873,7 +1873,7 @@ static int php_openssl_enable_crypto(php_stream *stream,
18731873
{
18741874
int n;
18751875
int retry = 1;
1876-
int cert_captured;
1876+
int cert_captured = 0;
18771877
X509 *peer_cert;
18781878

18791879
if (cparam->inputs.activate && !sslsock->ssl_active) {

0 commit comments

Comments
 (0)