sasl-ir: Added --sasl-ir option to curl command line tool

This commit is contained in:
Steve Holme 2013-04-27 09:54:14 +01:00
parent a846fbbe2a
commit 5d3a031ca7
4 changed files with 10 additions and 0 deletions

View file

@ -173,6 +173,7 @@ static const struct LongShort aliases[]= {
{"$H", "mail-auth", TRUE},
{"$I", "post303", FALSE},
{"$J", "metalink", FALSE},
{"$K", "sasl-ir", FALSE},
{"0", "http1.0", FALSE},
{"1", "tlsv1", FALSE},
{"2", "sslv2", FALSE},
@ -858,6 +859,9 @@ ParameterError getparameter(char *flag, /* f or -long-flag */
#endif
break;
}
case 'K': /* --sasl-ir */
config->sasl_ir = TRUE;
break;
}
break;
case '#': /* --progress-bar */