only use export syms if we do not do client

This commit is contained in:
Christian Grothoff
2008-11-23 09:28:26 +00:00
parent b3a3a53069
commit a01bd055ef
2 changed files with 3 additions and 5 deletions
@@ -42,7 +42,6 @@
#include "tls_test_keys.h"
const int DEBUG_GNUTLS_LOG_LEVEL = 0;
const char *test_file_name = "https_test_file";
const char test_file_data[] = "Hello World\n";
@@ -437,8 +436,6 @@ main (int argc, char *const *argv)
int daemon_flags =
MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL | MHD_USE_DEBUG;
MHD_gtls_global_set_log_level (DEBUG_GNUTLS_LOG_LEVEL);
if (curl_check_version (MHD_REQ_CURL_VERSION))
{
return -1;