mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:33:33 +03:00
sasl-ir: Added --sasl-ir option to curl command line tool
This commit is contained in:
parent
a846fbbe2a
commit
5d3a031ca7
4 changed files with 10 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue