mirror of
https://github.com/curl/curl.git
synced 2026-07-12 11:57:16 +03:00
vtls: fix Curl_ssl_conn_config_match doc param
The configuration data compared to `candidate` comes from `data`, not `conn`. This commit fixes the docstring to reflect this. Closes #14887
This commit is contained in:
parent
70d3a9b6aa
commit
61e48b4df1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue