aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_tls_authentication.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_tls_authentication.c')
-rw-r--r--src/testcurl/https/test_tls_authentication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_tls_authentication.c b/src/testcurl/https/test_tls_authentication.c
index fb6e5615..b488193f 100644
--- a/src/testcurl/https/test_tls_authentication.c
+++ b/src/testcurl/https/test_tls_authentication.c
@@ -75,7 +75,7 @@ test_secure_get (void *cls, const char *cipher_suite, int proto_version)
75 port = dinfo->port; 75 port = dinfo->port;
76 } 76 }
77 77
78 ret = test_daemon_get (NULL, cipher_suite, proto_version, port, 0); 78 ret = test_daemon_get (NULL, cipher_suite, proto_version, port, 1);
79 79
80 MHD_stop_daemon (d); 80 MHD_stop_daemon (d);
81 return ret; 81 return ret;