]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't test a deprecated function in a no-deprecated build
authorMatt Caswell <matt@openssl.org>
Wed, 14 Oct 2020 16:34:04 +0000 (17:34 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 27 Nov 2020 11:04:54 +0000 (11:04 +0000)
commitd4c2f498a34208f2468d9532455c2de76030c987
tree35274be609723717cdfaceae6bfdea387ffbce00
parentbb64795f962e756b9ac5f033bd512b609c3b1468
Don't test a deprecated function in a no-deprecated build

EVP_PKEY_set1_DH is deprecated so there is no need to test it in a
no-deprecated build.

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