Skip to content

Commit

Permalink
Merge pull request #29 from Shxde1/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Networking authored Mar 27, 2024
2 parents a4f5b1d + 4f18134 commit 79f9ad4
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 79f9ad4

Please sign in to comment.