diff options
Diffstat (limited to 'src/testcurl/https/tls_test_common.c')
-rw-r--r-- | src/testcurl/https/tls_test_common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testcurl/https/tls_test_common.c b/src/testcurl/https/tls_test_common.c index af4ae277..03992ea3 100644 --- a/src/testcurl/https/tls_test_common.c +++ b/src/testcurl/https/tls_test_common.c | |||
@@ -63,7 +63,8 @@ setup_ca_cert () | |||
63 | * test HTTPS transfer | 63 | * test HTTPS transfer |
64 | */ | 64 | */ |
65 | int | 65 | int |
66 | test_daemon_get (void *cls, char *cipher_suite, int proto_version, | 66 | test_daemon_get (void *cls, |
67 | const char *cipher_suite, int proto_version, | ||
67 | int port, | 68 | int port, |
68 | int ver_peer) | 69 | int ver_peer) |
69 | { | 70 | { |