Properly process the "Availablein" keyword for evp_test
authorMatt Caswell <matt@openssl.org>
Tue, 30 Jul 2019 17:36:53 +0000 (18:36 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 1 Aug 2019 08:58:54 +0000 (09:58 +0100)
commit8453096ebf5308ef766e5e0b9c5682018c915976
tree3a40322652744e145224dcc317cb995d7d4f9a9f
parente2e5abe47af60260e9a4247597e64a4e9d266a7a
Properly process the "Availablein" keyword for evp_test

The "Availablein" keyword is supposed to indicate which providers are
required in evp_test in order for a particular test to pass. Unfortunately
this didn't work. If the provider was available then the test failed.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9492)
test/evp_test.c