summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-03-19 16:24:49 +0000
committerMatt Caswell <matt@openssl.org>2018-03-19 17:12:19 +0000
commitdad8c264c78d1bc57b6fcf6c0204a00523c13940 (patch)
tree7bfd78b4cc8cef4e78511af72f6827c279dc09b3
parent1bf2cc237e8ac8177a36d179441327f170f96f1b (diff)
Fix no-ec
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5673)
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 3daba802db..a85beeaf6e 100755
--- a/Configure
+++ b/Configure
@@ -485,7 +485,7 @@ my @disable_cascades = (
"apps" => [ "tests" ],
"tests" => [ "external-tests" ],
"comp" => [ "zlib" ],
- "ec" => [ "tls1_3" ],
+ "ec" => [ "tls1_3", "sm2" ],
sub { !$disabled{"unit-test"} } => [ "heartbeats" ],
sub { !$disabled{"msan"} } => [ "asm" ],