summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-05-17 09:31:30 +0200
committerDan Fandrich <dan@coneharvesters.com>2014-05-17 11:54:48 +0200
commit5a067c4b39cb93fed9f8f11cb4fbd66514327b50 (patch)
tree7f67006aa95b6dce6edbdb567111a526cefefd1b
parent121bcfee5d1bce27181f9914c007883e1782df0f (diff)
downloadcurl-5a067c4b39cb93fed9f8f11cb4fbd66514327b50.tar.gz
axtls: Fixed too long source line
-rw-r--r--lib/vtls/axtls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/axtls.c b/lib/vtls/axtls.c
index 7d041a226..36cb7ad65 100644
--- a/lib/vtls/axtls.c
+++ b/lib/vtls/axtls.c
@@ -481,7 +481,7 @@ Curl_axtls_connect(struct connectdata *conn,
return map_error_to_curl(ssl_fcn_return);
}
usleep(10000);
- /* TODO: check for timeout here as this could hang indefinitely otherwise */
+ /* TODO: check for timeout as this could hang indefinitely otherwise */
}
infof (conn->data, "handshake completed successfully\n");