warning--

SVN revision: 52436
This commit is contained in:
Carsten Haitzler 2010-09-19 01:25:30 +00:00
parent 857119a1c2
commit 0e392663ed
1 changed files with 4 additions and 2 deletions

View File

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