diff options
author | Todd Short <tshort@akamai.com> | 2018-03-19 18:21:13 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-03-19 19:49:19 +0100 |
commit | 98020023a46e4c32a468bf16e826da09e5547d37 (patch) | |
tree | 525cf777a030ccf5b82d9ef72a3c12953eee9ac0 /Configure | |
parent | Don't generate buildtest_*err.c (diff) | |
download | openssl-98020023a46e4c32a468bf16e826da09e5547d37.tar.xz openssl-98020023a46e4c32a468bf16e826da09e5547d37.zip |
Fix no-sm3 (and no-sm2)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5677)
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -486,6 +486,7 @@ my @disable_cascades = ( "tests" => [ "external-tests" ], "comp" => [ "zlib" ], "ec" => [ "tls1_3", "sm2" ], + "sm3" => [ "sm2" ], sub { !$disabled{"unit-test"} } => [ "heartbeats" ], sub { !$disabled{"msan"} } => [ "asm" ], |