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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/tls_test_common.c b/src/testcurl/https/tls_test_common.c
index f68f5979..c0c6a4f8 100644
--- a/src/testcurl/https/tls_test_common.c
+++ b/src/testcurl/https/tls_test_common.c
@@ -401,7 +401,7 @@ test_https_transfer (void *cls,
401 goto cleanup; 401 goto cleanup;
402 } 402 }
403 403
404 /* compare test file & daemon responce */ 404 /* compare test file & daemon response */
405 if ( (len != strlen (test_data)) || 405 if ( (len != strlen (test_data)) ||
406 (memcmp (cbc.buf, 406 (memcmp (cbc.buf,
407 test_data, 407 test_data,