Fix no-deprecated tests where the GOST engine is present
authorMatt Caswell <matt@openssl.org>
Mon, 20 Apr 2020 13:32:21 +0000 (14:32 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 21 Apr 2020 13:58:52 +0000 (14:58 +0100)
commit1269a9a1d1d4ef9051a0965ba2b6ac850460531e
tree6000c6e56b6787965c2d470002f4537208c0b656
parent2d3e6d41165ca2f225d500cfbc7dff8714f37f95
Fix no-deprecated tests where the GOST engine is present

The GOST test only runs if it detects that the GOST engine is present.
This is the case for the run-checker environment. The GOST engine uses
some deprecated functions, so we disable that test in a no-deprecated
build.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/11583)
test/recipes/90-test_gost.t