aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/tls_test_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/tls_test_common.c')
-rw-r--r--src/testcurl/https/tls_test_common.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/testcurl/https/tls_test_common.c b/src/testcurl/https/tls_test_common.c
index e64f4126..8679280f 100644
--- a/src/testcurl/https/tls_test_common.c
+++ b/src/testcurl/https/tls_test_common.c
@@ -252,10 +252,13 @@ send_curl_req (char *url, struct CBC * cbc, const char *cipher_suite,
252 return CURLE_OK; 252 return CURLE_OK;
253} 253}
254 254
255
255/** 256/**
256 * compile test file url pointing to the current running directory path 257 * compile test file url pointing to the current running directory path
258 *
257 * @param url - char buffer into which the url is compiled 259 * @param url - char buffer into which the url is compiled
258 * @return 260 * @param port port to use for the test
261 * @return -1 on error
259 */ 262 */
260int 263int
261gen_test_file_url (char *url, int port) 264gen_test_file_url (char *url, int port)