Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-03-15 04:29:18 +0300
committerDr. Stephen Henson <steve@openssl.org>2003-03-15 04:29:18 +0300
commit4fc2bf07b5ccb45abbde26f51269b005690f59a2 (patch)
tree52ba73d2597d59ebe453976bd01a6a95a4de7fd7 /util
parent2007fe63f8a135c8a9eb123bed0e1883b78213fc (diff)
Fix for no-ec on Windows.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 936b063ca4..c538f9dffb 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -663,6 +663,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/)