From: Cedric BAIL Date: Sat, 14 May 2011 12:53:00 +0000 (+0000) Subject: ecore: fix ifdef order. X-Git-Tag: submit/devel/efl/20131022.203902~9591 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3957ae5df3c1f7534313e4191ff0cbefee93ff0;p=platform%2Fupstream%2Fefl.git ecore: fix ifdef order. SVN revision: 59381 --- diff --git a/legacy/ecore/src/lib/ecore_con/ecore_con_ssl.c b/legacy/ecore/src/lib/ecore_con/ecore_con_ssl.c index 51c49d9..1b74999 100644 --- a/legacy/ecore/src/lib/ecore_con/ecore_con_ssl.c +++ b/legacy/ecore/src/lib/ecore_con/ecore_con_ssl.c @@ -23,13 +23,13 @@ static int _init_con_ssl_init_count = 0; -#ifdef EINA_HAVE_THREADS -# ifdef USE_GNUTLS +#ifdef USE_GNUTLS +# ifdef EINA_HAVE_THREADS GCRY_THREAD_OPTION_PTHREAD_IMPL; # endif -#endif static int _client_connected = 0; + # define SSL_SUFFIX(ssl_func) ssl_func ## _gnutls # define _ECORE_CON_SSL_AVAILABLE 1