aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-03-21 15:04:08 +0000
committerMatt Caswell <matt@openssl.org>2016-03-21 16:28:40 +0000
commit168c3b737e898ce97348dfe77ef176e39ae9da0d (patch)
tree8d0158b607f79ff41c792a23ae2362f7f0df0c83 /Configure
parentac19ae151c5a740a77789f6476181e58f563f1e6 (diff)
downloadopenssl-168c3b737e898ce97348dfe77ef176e39ae9da0d.tar.gz
Fix no-gost
Configure had the wrong name for the no-gost option. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index cf6f1687c5..e1ede8c5ac 100755
--- a/Configure
+++ b/Configure
@@ -267,6 +267,7 @@ my @disablables = (
"engine",
"err",
"filenames",
+ "gost",
"heartbeats",
"hmac",
"hw(-.+)?",
@@ -276,7 +277,6 @@ my @disablables = (
"md4",
"md5",
"mdc2",
- "md[-_]ghost94",
"multiblock",
"nextprotoneg",
"ocb",