aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/mhds_session_info_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/mhds_session_info_test.c')
-rw-r--r--src/testcurl/https/mhds_session_info_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testcurl/https/mhds_session_info_test.c b/src/testcurl/https/mhds_session_info_test.c
index 99d7455b..67e80746 100644
--- a/src/testcurl/https/mhds_session_info_test.c
+++ b/src/testcurl/https/mhds_session_info_test.c
@@ -28,6 +28,7 @@
28#include "microhttpd.h" 28#include "microhttpd.h"
29#include <curl/curl.h> 29#include <curl/curl.h>
30 30
31#define DEBUG_CURL_VERBOSE 0
31#define EMPTY_PAGE "<html><head><title>Empty page</title></head><body>Empty page</body></html>" 32#define EMPTY_PAGE "<html><head><title>Empty page</title></head><body>Empty page</body></html>"
32 33
33#include "tls_test_keys.h" 34#include "tls_test_keys.h"
@@ -166,7 +167,7 @@ test_query_session ()
166 return 2; 167 return 2;
167 168
168 c = curl_easy_init (); 169 c = curl_easy_init ();
169#ifdef DEBUG 170#ifdef DEBUG_CURL_VERBOSE
170 curl_easy_setopt (c, CURLOPT_VERBOSE, 1); 171 curl_easy_setopt (c, CURLOPT_VERBOSE, 1);
171#endif 172#endif
172 curl_easy_setopt (c, CURLOPT_URL, url); 173 curl_easy_setopt (c, CURLOPT_URL, url);