summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-03-07 23:26:32 +0000
committerMatt Caswell <matt@openssl.org>2016-03-08 08:52:45 +0000
commitfa22f98f19d2bf6c898d6939103d686ae3b34ba6 (patch)
treef63389f6a4ed490e8ba0b4c6d6565d9fb21e8ac7 /Configure
parentebc4815fa56b64d711ada36899a35182a99cbbdb (diff)
Fix building without multiblock support
Not all platforms support multiblock. Building without it fails prior to this fix. RT#4396 Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index 34926ab0d8..10be766d02 100755
--- a/Configure
+++ b/Configure
@@ -280,6 +280,7 @@ my @disablables = (
"md5",
"mdc2",
"md[-_]ghost94",
+ "multiblock",
"nextprotoneg",
"ocb",
"ocsp",