Ver Fonte

fix compilation error

Kolja Strohm há 2 anos atrás
pai
commit
5fbd809198
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      Network/Server.cpp

+ 0 - 1
Network/Server.cpp

@@ -684,7 +684,6 @@ bool SSLSKlient::getNachricht(
         if (l <= 0)
         if (l <= 0)
         {
         {
 #ifdef _DEBUG
 #ifdef _DEBUG
-            SSL_ERROR_WANT_ASYNC
             std::cout << "SSL_read: " << l
             std::cout << "SSL_read: " << l
                       << " Error: " << SSL_get_error(ssl, l) << std::endl;
                       << " Error: " << SSL_get_error(ssl, l) << std::endl;
 #endif
 #endif