aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/tls_authentication_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/tls_authentication_test.c')
-rw-r--r--src/testcurl/https/tls_authentication_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testcurl/https/tls_authentication_test.c b/src/testcurl/https/tls_authentication_test.c
index 976044e0..900d20de 100644
--- a/src/testcurl/https/tls_authentication_test.c
+++ b/src/testcurl/https/tls_authentication_test.c
@@ -238,7 +238,7 @@ test_daemon_get (FILE * test_fd, char *cipher_suite, int proto_version)
238} 238}
239 239
240/* perform a HTTP GET request via SSL/TLS */ 240/* perform a HTTP GET request via SSL/TLS */
241int 241static int
242test_secure_get (FILE * test_fd, char *cipher_suite, int proto_version) 242test_secure_get (FILE * test_fd, char *cipher_suite, int proto_version)
243{ 243{
244 int ret; 244 int ret;
@@ -264,7 +264,7 @@ test_secure_get (FILE * test_fd, char *cipher_suite, int proto_version)
264} 264}
265 265
266/* setup a temporary transfer test file */ 266/* setup a temporary transfer test file */
267FILE * 267static FILE *
268setupTestFile () 268setupTestFile ()
269{ 269{
270 FILE *test_fd; 270 FILE *test_fd;
@@ -292,7 +292,7 @@ setupTestFile ()
292 return test_fd; 292 return test_fd;
293} 293}
294 294
295FILE * 295static FILE *
296setup_ca_cert () 296setup_ca_cert ()
297{ 297{
298 FILE *fd; 298 FILE *fd;