[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon Aug 28 14:48:50 UTC 2017


The branch master has been updated
       via  302eba3f6dd588f1269aba4605a007ae86b583db (commit)
      from  6969a3f49ae63c8a4fd543a121511a1f0eb64a5e (commit)


- Log -----------------------------------------------------------------
commit 302eba3f6dd588f1269aba4605a007ae86b583db
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Aug 28 15:41:49 2017 +0200

    If 'tests' is disabled, then so should 'external-tests'
    
    Reviewed-by: Ben Kaduk <kaduk at mit.edu>
    (Merged from https://github.com/openssl/openssl/pull/4274)

-----------------------------------------------------------------------

Summary of changes:
 Configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Configure b/Configure
index 60dc1f4..57cdeb3 100755
--- a/Configure
+++ b/Configure
@@ -516,6 +516,7 @@ my @disable_cascades = (
 
     "stdio"             => [ "apps", "capieng" ],
     "apps"              => [ "tests" ],
+    "tests"             => [ "external-tests" ],
     "comp"              => [ "zlib" ],
     "ec"                => [ "tls1_3" ],
     sub { !$disabled{"unit-test"} } => [ "heartbeats" ],


More information about the openssl-commits mailing list