diff options
author | Matt Caswell <matt@openssl.org> | 2016-10-12 17:21:13 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-11-04 11:38:54 +0100 |
commit | ce2596d404c16266b6bd5614b2d5159b67054d58 (patch) | |
tree | b44dc2e358716b38266801abc280a986e0a447de /Configure | |
parent | Integrate ossl_shim into the build (diff) | |
download | openssl-ce2596d404c16266b6bd5614b2d5159b67054d58.tar.xz openssl-ce2596d404c16266b6bd5614b2d5159b67054d58.zip |
Control building of ossl_shim through Configure
Don't build ossl_shim by default. Switch it on through
enable-external-tests.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -362,6 +362,7 @@ my @disablables = ( "egd", "engine", "err", + "external-tests", "filenames", "fuzz-libfuzzer", "fuzz-afl", @@ -431,6 +432,7 @@ our %disabled = ( # "what" => "comment" "crypto-mdebug-backtrace" => "default", "ec_nistp_64_gcc_128" => "default", "egd" => "default", + "external-tests" => "default", "fuzz-libfuzzer" => "default", "fuzz-afl" => "default", "heartbeats" => "default", |