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:29:14 +0000 (10:29 +0000)
commitb885981ed745106e530139af94c930e84c4a1baa
treeefb054c93d1bee289cfe95502850d6565b35b8f6
parent2b2faf730a8f8f997e1bc74fad35db39d5425930
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)

(cherry picked from commit 501fcfb8cfc1aa114ffde437039c2dc2827554ae)
test/evp_extra_test.c