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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testcurl/https/tls_test_common.c b/src/testcurl/https/tls_test_common.c
index e9367462..93eb4bed 100644
--- a/src/testcurl/https/tls_test_common.c
+++ b/src/testcurl/https/tls_test_common.c
@@ -26,6 +26,8 @@
26 26
27#include "tls_test_common.h" 27#include "tls_test_common.h"
28#include "tls_test_keys.h" 28#include "tls_test_keys.h"
29#include "gnutls.h"
30#include "gnutls_datum.h"
29 31
30const char test_file_data[] = "Hello World\n"; 32const char test_file_data[] = "Hello World\n";
31 33
@@ -125,6 +127,7 @@ http_dummy_ahc (void *cls, struct MHD_Connection *connection,
125 * @return 127 * @return
126 */ 128 */
127/* TODO have test wrap consider a NULL cbc */ 129/* TODO have test wrap consider a NULL cbc */
130int
128send_curl_req (char *url, struct CBC * cbc, char *cipher_suite, 131send_curl_req (char *url, struct CBC * cbc, char *cipher_suite,
129 int proto_version) 132 int proto_version)
130{ 133{