]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove fuzzing of deprecated functions in a no-deprecated build
authorMatt Caswell <matt@openssl.org>
Wed, 14 Oct 2020 16:31:59 +0000 (17:31 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 27 Nov 2020 11:04:54 +0000 (11:04 +0000)
commitbb64795f962e756b9ac5f033bd512b609c3b1468
tree72c30c1d5140cbe745cb47f2b49f5220dd9ddc91
parent4d8e8a2d3781b6ca7c453492ee8e06885c812e73
Remove fuzzing of deprecated functions in a no-deprecated build

d2i_DHparams and i2d_DHparam as well as the equivalent DHX functions are
deprecated.

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