[openssl-commits] [openssl] master update

Kurt Roeckx kurt at openssl.org
Mon Apr 30 10:01:42 UTC 2018


The branch master has been updated
       via  d1ae34e92d1ae11a9b650e85790a907e5939cdf6 (commit)
      from  06444da464c038d7869908aaa26eaa728ae3a032 (commit)


- Log -----------------------------------------------------------------
commit d1ae34e92d1ae11a9b650e85790a907e5939cdf6
Author: Kurt Roeckx <kurt at roeckx.be>
Date:   Sat Apr 28 23:26:22 2018 +0200

    Use the config file from the source not the host for the tests
    
    Fixes: #6046
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    
    GH: #6125

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

Summary of changes:
 test/run_tests.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/run_tests.pl b/test/run_tests.pl
index 6343ec7..56b5ad1 100644
--- a/test/run_tests.pl
+++ b/test/run_tests.pl
@@ -28,6 +28,8 @@ my $bldtop = $ENV{BLDTOP} || $ENV{TOP};
 my $recipesdir = catdir($srctop, "test", "recipes");
 my $libdir = rel2abs(catdir($srctop, "util", "perl"));
 
+$ENV{OPENSSL_CONF} = catdir($srctop, "apps", "openssl.cnf");
+
 my %tapargs =
     ( verbosity => $ENV{VERBOSE} || $ENV{V} || $ENV{HARNESS_VERBOSE} ? 1 : 0,
       lib       => [ $libdir ],


More information about the openssl-commits mailing list