This commit is contained in:
Viktor Szakats 2026-06-13 00:22:31 +02:00
parent 7aa55663c3
commit 1ff63dde7d
No known key found for this signature in database
10 changed files with 38 additions and 38 deletions

View file

@ -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/) {