diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-07-26 14:15:07 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-07-26 14:15:07 +0200 |
commit | 373b77bca246d5a9142879ff261e2ce19b9ee1d3 (patch) | |
tree | 7c080ca07e658a85bc2fc1a12b5e340af6a866cf /src/tool_operate.c | |
parent | 6d62d2c55d203dfa4c307256cca3d1783c13bb57 (diff) |
comment: fix comment about adding new option support
Diffstat (limited to 'src/tool_operate.c')
-rw-r--r-- | src/tool_operate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c index ed4071ade..ecc0275c3 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -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); |