clang-format
This commit is contained in:
parent
a46b28782e
commit
5c2bce6e5e
@ -9640,8 +9640,7 @@ inline bool SSLClient::initialize_ssl(Socket &socket, Error &error) {
|
|||||||
verification_status = server_certificate_verifier_(ssl2);
|
verification_status = server_certificate_verifier_(ssl2);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verification_status ==
|
if (verification_status == SSLVerifierResponse::CertificateRejected) {
|
||||||
SSLVerifierResponse::CertificateRejected) {
|
|
||||||
error = Error::SSLServerVerification;
|
error = Error::SSLServerVerification;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user