From 7b9435890d135533e12110fc4f71ebe5dab33945 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 29 Jan 2008 23:10:25 +0000 Subject: add verbose output to test 509 for easier debugging --- tests/libtest/lib509.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/libtest/lib509.c') diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index 5d8edd266..6650149f9 100644 --- a/tests/libtest/lib509.c +++ b/tests/libtest/lib509.c @@ -225,6 +225,8 @@ int test(char *URL) curl_easy_setopt(p.curl, CURLOPT_SSL_VERIFYPEER, FALSE); curl_easy_setopt(p.curl, CURLOPT_SSL_VERIFYHOST, 1); + curl_easy_setopt(p.curl, CURLOPT_VERBOSE, 1); + if ((multi = curl_multi_init()) == NULL) { fprintf(stderr, "curl_multi_init() failed\n"); curl_easy_cleanup(p.curl); -- cgit v1.2.3