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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testcurl/https/tls_test_common.c b/src/testcurl/https/tls_test_common.c
index 95716379..a960b086 100644
--- a/src/testcurl/https/tls_test_common.c
+++ b/src/testcurl/https/tls_test_common.c
@@ -168,7 +168,6 @@ send_curl_req (char *url, struct CBC * cbc, char *cipher_suite,
168 curl_easy_cleanup (c); 168 curl_easy_cleanup (c);
169 return errornum; 169 return errornum;
170 } 170 }
171
172 curl_easy_cleanup (c); 171 curl_easy_cleanup (c);
173 172
174 return CURLE_OK; 173 return CURLE_OK;