aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-03-15 01:28:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-03-15 01:28:55 +0000
commite8e0e3716a1a808a2b68eaac766082e567236483 (patch)
tree24105b47e2e3f4be173700cb778779065fe72f84
parentbc441b739bbb0f473abff2568fb5e1abf62bb104 (diff)
downloadopenssl-e8e0e3716a1a808a2b68eaac766082e567236483.zip
openssl-e8e0e3716a1a808a2b68eaac766082e567236483.tar.gz
openssl-e8e0e3716a1a808a2b68eaac766082e567236483.tar.bz2
Fix for no-ec on Windows.
-rwxr-xr-xutil/mk1mf.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 4e768fa..d85a20a 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -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/)