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
@@ -32,11 +32,12 @@ using namespace std;
bool
socket_startup()
{
return true;
return internal_socket_startup();
}
void
socket_cleanup()
{
internal_socket_cleanup();
}