]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
comment: fix comment about adding new option support
authorDaniel Stenberg <daniel@haxx.se>
Sun, 26 Jul 2015 12:15:07 +0000 (14:15 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 26 Jul 2015 12:15:07 +0000 (14:15 +0200)
src/tool_operate.c

index ed4071ade236cb7b197b5f7d4125d34edd49f07c..ecc0275c33c97acd7d6df1c94d9a3b5cd87ae754 100644 (file)
@@ -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);