Skip to content

Commit 5611058

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
2 parents 14047b5 + 9179524 commit 5611058

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
@@ -1867,7 +1867,7 @@ static int php_openssl_enable_crypto(php_stream *stream,
18671867
{
18681868
int n;
18691869
int retry = 1;
1870-
int cert_captured;
1870+
int cert_captured = 0;
18711871
X509 *peer_cert;
18721872

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

0 commit comments

Comments
 (0)