Skip to content

Commit

Permalink
comment: fix comment about adding new option support
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 26, 2015
1 parent 6d62d2c commit 373b77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool_operate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 373b77b

Please sign in to comment.