git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12758
d0543943-73ff-0310-b7d9-
9358b9ac24b2
};
#ifdef HAVE_GNUTLS
+#ifndef WIN32
#include <gcrypt.h>
GCRY_THREAD_OPTION_PTHREAD_IMPL;
+#endif
static size_t
tls_push (iksparser *prs, const char *buffer, size_t len)
const int mac_priority[] = { GNUTLS_MAC_SHA, GNUTLS_MAC_MD5, 0 };
int ret;
+#ifndef WIN32
gcry_control(GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
+#endif
if (gnutls_global_init () != 0)
return IKS_NOMEM;
{
int ok = 0;
+#ifndef WIN32
gcry_control(GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
+#endif
if (gnutls_global_init () != 0)
return IKS_NOMEM;