mirror of
https://github.com/curl/curl.git
synced 2026-07-26 16:07:21 +03:00
s2
This commit is contained in:
parent
7aa55663c3
commit
1ff63dde7d
10 changed files with 38 additions and 38 deletions
|
|
@ -342,7 +342,7 @@ sub find_sshkeygen {
|
|||
sub find_httptlssrv {
|
||||
my $p = find_exe_file_hpath($httptlssrvexe);
|
||||
if($p) {
|
||||
my @o = `"$p" -l`;
|
||||
my @o = qx("$p" -l);
|
||||
my $found;
|
||||
for(@o) {
|
||||
if(/Key exchange: SRP/) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue