formatting!!!!!

SVN revision: 50575
This commit is contained in:
Carsten Haitzler 2010-07-28 02:49:01 +00:00
parent bed21c315d
commit 9965849a0e
1 changed files with 4 additions and 1 deletions

View File

@ -741,9 +741,12 @@ eet_init(void)
WRN(
"BIG FAT WARNING: I AM UNABLE TO REQUEST SECMEM, Cryptographic operation are at risk !");
}
#ifdef EFL_HAVE_POSIX_THREADS
if (gcry_control(GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread))
WRN("YOU ARE USING PTHREADS, BUT I CANNOT INITIALIZE THREADSAFE GCRYPT OPERATIONS!");
WRN(
"YOU ARE USING PTHREADS, BUT I CANNOT INITIALIZE THREADSAFE GCRYPT OPERATIONS!");
#endif
if (gnutls_global_init())
goto shutdown_eet;