summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-23 16:12:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-23 16:12:09 +0000
commitd07692cd96f8a65453f9a6ad1ed6d980328b84ea (patch)
tree163da4f332d2d20262f4c7bf144c517f7e933b31 /Configure
parent82ae57136b93ff8a39bc32a52d7b5fb41502a8c2 (diff)
Make no-gost work properly.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index e651475019..b2a5d33b00 100755
--- a/Configure
+++ b/Configure
@@ -1432,6 +1432,7 @@ while (<IN>)
}
$sdirs = 0 unless /\\$/;
s/engines // if (/^DIRS=/ && $disabled{"engine"});
+ s/ccgost// if (/^ENGDIRS=/ && $disabled{"gost"});
s/^VERSION=.*/VERSION=$version/;
s/^MAJOR=.*/MAJOR=$major/;
s/^MINOR=.*/MINOR=$minor/;