Skip to content

Commit

Permalink
Update auth.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Shxde1 authored Mar 27, 2024
1 parent a4f5b1d commit 4f18134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,7 @@ std::string KeyAuth::api::req(std::string data, std::string url) {
curl_easy_setopt(curl, CURLOPT_NOPROXY, XorStr( "keyauth.win" ) );

curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 1L);
curl_easy_setopt(curl, CURLOPT_CERTINFO, 1L);

curl_easy_setopt(curl, CURLOPT_POSTFIELDS, data.c_str());

Expand Down

0 comments on commit 4f18134

Please sign in to comment.