test/evp_test.c: try fetching algorithms
authorRichard Levitte <levitte@openssl.org>
Fri, 7 Jun 2019 08:52:25 +0000 (10:52 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 12 Sep 2019 11:19:40 +0000 (13:19 +0200)
commit022351fdc3b01cfcb6c1b064c56d8a1393ed0ec8
treed56dcfd29a467efc3385cd1606e61d2c7374e45b
parent05c9c7b02d3e4e66fc0c0446af1116bd5b19f6dc
test/evp_test.c: try fetching algorithms

Instead of relying on implicit fetches, try explicit fetches when available.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9121)
test/evp_test.c