From: Daniel Stenberg Date: Sun, 26 Jul 2015 12:15:07 +0000 (+0200) Subject: comment: fix comment about adding new option support X-Git-Tag: curl-7_44_0~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=373b77bca246d5a9142879ff261e2ce19b9ee1d3;p=thirdparty%2Fcurl.git comment: fix comment about adding new option support --- diff --git a/src/tool_operate.c b/src/tool_operate.c index ed4071ade2..ecc0275c33 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);