Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
UrosG committed Feb 17, 2025
1 parent a46b287 commit 5c2bce6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions httplib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5c2bce6

Please sign in to comment.