From: Matt Caswell Date: Mon, 19 Mar 2018 16:24:49 +0000 (+0000) Subject: Fix no-ec X-Git-Tag: OpenSSL_1_1_1-pre3~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dad8c264c78d1bc57b6fcf6c0204a00523c13940;p=oweals%2Fopenssl.git Fix no-ec Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5673) --- 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" ],