On 03.11.21 21:10, Daniel Gustafsson wrote:
Here is a consolidated patch. I have tested it locally, so it should be okay on Windows.I don't think this bit is correct, as OSSL_TESTS have been removed from the Makefie: - $config->{openssl} - ? GetTests("OSSL_TESTS", $m) - : GetTests("INT_TESTS", $m); + GetTests("OSSL_TESTS", $m); I think we need something like the (untested) diff below:
Committed with that. Thanks.