]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
vtls: fix `Curl_ssl_conn_config_match` doc param
authorDaniel McCarney <daniel@binaryparadox.net>
Mon, 9 Sep 2024 18:47:09 +0000 (14:47 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 12 Sep 2024 17:06:34 +0000 (19:06 +0200)
The configuration data compared to `candidate` comes from `data`, not
`conn`. This commit fixes the docstring to reflect this.

Closes #14887

lib/vtls/vtls.h

index 1c2538b2e89bd65fac2f5d0e9fd0f5aa6269607b..fce1e001831c2224d4959c3c13683f4e80f06daf 100644 (file)
@@ -93,7 +93,7 @@ CURLcode Curl_ssl_conn_config_init(struct Curl_easy *data,
 void Curl_ssl_conn_config_cleanup(struct connectdata *conn);
 
 /**
- * Return TRUE iff SSL configuration from `conn` is functionally the
+ * Return TRUE iff SSL configuration from `data` is functionally the
  * same as the one on `candidate`.
  * @param proxy   match the proxy SSL config or the main one
  */