Fixed multithreading issue with gnutls.

This commit is contained in:
lotodore
2008-04-24 22:11:43 +00:00
parent 873b626c5f
commit dd3453d364
9 changed files with 73 additions and 15 deletions
+2 -1
View File
@@ -57,12 +57,13 @@ socket_startup()
}
/* The WinSock DLL is acceptable. Proceed. */
return true;
return internal_socket_startup();
}
void
socket_cleanup()
{
internal_socket_cleanup();
WSACleanup();
}