Cygwin/Mingw64 fixes

This commit is contained in:
Chris Conlon
2013-05-01 14:17:11 -06:00
parent bc1a6282eb
commit 864f0468aa
7 changed files with 55 additions and 28 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ static void Usage(void)
THREAD_RETURN CYASSL_THREAD server_test(void* args)
{
SOCKET_T sockfd = 0;
int clientfd = 0;
SOCKET_T clientfd = 0;
SSL_METHOD* method = 0;
SSL_CTX* ctx = 0;