Skip to content

Commit e6c9360

Browse files
committed
Merge remote-tracking branch 'origin/candidate-9.8.x'
Signed-off-by: Jake Smith <[email protected]>
2 parents b0ab434 + af4833e commit e6c9360

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

system/security/securesocket/securesocket.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -1260,9 +1260,6 @@ static bool useCertificateChainPEMBuffer(SSL_CTX *ctx, const char *certBuf, int
12601260
if (!SSL_CTX_use_certificate(ctx, infoVal->x509))
12611261
return false;
12621262

1263-
if (ERR_peek_last_error() != 0)
1264-
return false;
1265-
12661263
// Get ready to store intermediate certs, if any.
12671264
SSL_CTX_clear_chain_certs(ctx);
12681265
}

0 commit comments

Comments
 (0)