diff options
author | Matt Caswell <matt@openssl.org> | 2018-03-19 17:24:49 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-03-19 18:12:19 +0100 |
commit | dad8c264c78d1bc57b6fcf6c0204a00523c13940 (patch) | |
tree | 7bfd78b4cc8cef4e78511af72f6827c279dc09b3 /Configure | |
parent | Fix no-sm2 (diff) | |
download | openssl-dad8c264c78d1bc57b6fcf6c0204a00523c13940.tar.xz openssl-dad8c264c78d1bc57b6fcf6c0204a00523c13940.zip |
Fix no-ec
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5673)
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ], |