Fix for no-ec on Windows.

This commit is contained in:
Dr. Stephen Henson 2003-03-15 01:28:55 +00:00
parent bc441b739b
commit e8e0e3716a

View File

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