Skip to content
Browse files

fix build for linux

  • Loading branch information...
1 parent 4b8e805 commit 54a2766a2f155678f8944443a75a56201a2796ce Tom Thompson committed
Showing with 2 additions and 0 deletions.
  1. +2 −0 src/static/util/code/UtilWeb.cpp
View
2 src/static/util/code/UtilWeb.cpp
@@ -778,7 +778,9 @@ uint8 HttpHInternal::postWeb()
// Option must have been enabled on login screen
if ( ((CURLE_SSL_CONNECT_ERROR == res) || (errorStr.find( "0x80092013" ) != std::string::npos)) && UTIL::OS::isBypassSSLRevocationCheck() )
{
+#ifndef NIX
Warning( "Attempting SSL Alt Mode for: {0}\n", res );
+#endif
curl_easy_setopt( m_pCurlHandle, CURLOPT_SSL_VERIFYPEER, false );
res = curl_easy_perform( m_pCurlHandle );
}

0 comments on commit 54a2766

Please sign in to comment.
Something went wrong with that request. Please try again.