commit | 3cf96e88b78df21bc2ac09a793d1c66ce7912760 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Wed Dec 28 15:32:39 2016 +0000 |
committer | Matt Caswell <matt@openssl.org> | Thu Dec 29 13:32:54 2016 +0000 |
tree | cbc731079471adf5852d41b5c4713dbd525ab5be | |
parent | 0785274ca53bbc20774186df6081dc75258db9bb [diff] [blame] |
Fix compilation with no-ec Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2153)
diff --git a/Configure b/Configure index 896d4d4..b2e2e47 100755 --- a/Configure +++ b/Configure
@@ -507,7 +507,8 @@ "stdio" => [ "apps", "capieng" ], "apps" => [ "tests" ], - "comp" => [ "zlib" ], + "comp" => [ "zlib" ], + "ec" => [ "tls1_3" ], sub { !$disabled{"unit-test"} } => [ "heartbeats" ], sub { !$disabled{"msan"} } => [ "asm" ],