Skip to content

Commit

Permalink
change local var verification_status_ declaration to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
UrosG committed Feb 17, 2025
1 parent d62d1cb commit c45f344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httplib.h
Original file line number Diff line number Diff line change
Expand Up @@ -9634,7 +9634,7 @@ inline bool SSLClient::initialize_ssl(Socket &socket, Error &error) {
}

if (server_certificate_verification_) {
SSLVerifierResponse verification_status_ =
auto verification_status_ =
SSLVerifierResponse::NoDecisionMade;

if (server_certificate_verifier_) {
Expand Down

0 comments on commit c45f344

Please sign in to comment.