Fix evp_extra_test with no-dh
authorMatt Caswell <matt@openssl.org>
Wed, 18 Dec 2019 11:00:42 +0000 (11:00 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 23 Dec 2019 10:22:21 +0000 (10:22 +0000)
commit501fcfb8cfc1aa114ffde437039c2dc2827554ae
tree8e7a55265e1e7330f78263c62f418316c04fedce
parent390b18a7a2b795b085c39b380e64d0f86b3801e5
Fix evp_extra_test with no-dh

The new DH test in evp_extra_test.c broke the no-dh build so we add some
guards to fix it.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/10644)
test/evp_extra_test.c