commit | dad8c264c78d1bc57b6fcf6c0204a00523c13940 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Mon Mar 19 16:24:49 2018 +0000 |
committer | Matt Caswell <matt@openssl.org> | Mon Mar 19 17:12:19 2018 +0000 |
tree | 7bfd78b4cc8cef4e78511af72f6827c279dc09b3 | |
parent | 1bf2cc237e8ac8177a36d179441327f170f96f1b [diff] |
Fix no-ec Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5673)
diff --git a/Configure b/Configure index 3daba80..a85beea 100755 --- a/Configure +++ b/Configure
@@ -485,7 +485,7 @@ "apps" => [ "tests" ], "tests" => [ "external-tests" ], "comp" => [ "zlib" ], - "ec" => [ "tls1_3" ], + "ec" => [ "tls1_3", "sm2" ], sub { !$disabled{"unit-test"} } => [ "heartbeats" ], sub { !$disabled{"msan"} } => [ "asm" ],