mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
comment: fix comment about adding new option support
This commit is contained in:
parent
6d62d2c55d
commit
373b77bca2
@ -1327,7 +1327,7 @@ static CURLcode operate_do(struct GlobalConfig *global,
|
||||
my_setopt_str(curl, CURLOPT_GSSAPI_DELEGATION,
|
||||
config->gssapi_delegation);
|
||||
|
||||
/* new in 7.25.0 */
|
||||
/* new in 7.25.0 and 7.44.0 */
|
||||
{
|
||||
long mask = (config->ssl_allow_beast ? CURLSSLOPT_ALLOW_BEAST : 0) |
|
||||
(config->ssl_no_revoke ? CURLSSLOPT_NO_REVOKE : 0);
|
||||
|
Loading…
Reference in New Issue
Block a user