Fix for no-ec on Windows.
This commit is contained in:
parent
bc441b739b
commit
e8e0e3716a
@ -680,6 +680,7 @@ sub var_add
|
||||
return("") if $no_rsa && $dir =~ /^rsaref/;
|
||||
return("") if $no_dsa && $dir =~ /\/dsa/;
|
||||
return("") if $no_dh && $dir =~ /\/dh/;
|
||||
return("") if $no_ec && $dir =~ /\/ec/;
|
||||
if ($no_des && $dir =~ /\/des/)
|
||||
{
|
||||
if ($val =~ /read_pwd/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user