mirror of
https://github.com/curl/curl.git
synced 2026-07-23 22:27:21 +03:00
tool_getparam: add "TLS required" flag for each such option
... and check it early, once. Closes #16159
This commit is contained in:
parent
943de21619
commit
2f00a7d5a7
4 changed files with 91 additions and 113 deletions
|
|
@ -202,8 +202,8 @@ while(<$r>) {
|
|||
$list=1;
|
||||
}
|
||||
elsif($list) {
|
||||
if( /^ \{(\"[^,]*\").*\'(.)\', (.*)\}/) {
|
||||
my ($l, $s, $rd)=($1, $2, $3);
|
||||
if( /^ \{(\"[^,]*\").*\'(.)\',/) {
|
||||
my ($l, $s)=($1, $2);
|
||||
my $sh;
|
||||
my $lo;
|
||||
my $title;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue