Codebase list openssl / d1ae34e
Use the config file from the source not the host for the tests Fixes: #6046 Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #6125 Kurt Roeckx 6 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2626 my $bldtop = $ENV{BLDTOP} || $ENV{TOP};
2727 my $recipesdir = catdir($srctop, "test", "recipes");
2828 my $libdir = rel2abs(catdir($srctop, "util", "perl"));
29
30 $ENV{OPENSSL_CONF} = catdir($srctop, "apps", "openssl.cnf");
2931
3032 my %tapargs =
3133 ( verbosity => $ENV{VERBOSE} || $ENV{V} || $ENV{HARNESS_VERBOSE} ? 1 : 0,