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);
|
||||
}
|
||||
|
||||
if (verification_status ==
|
||||
SSLVerifierResponse::CertificateRejected) {
|
||||
if (verification_status == SSLVerifierResponse::CertificateRejected) {
|
||||
error = Error::SSLServerVerification;
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user