Suppress errors about undocumented asn1_d2i_read_bio
authorMatt Caswell <matt@openssl.org>
Wed, 17 Feb 2021 16:37:40 +0000 (16:37 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 22 Feb 2021 12:11:38 +0000 (12:11 +0000)
commitbc4d84abce0e08e84078f9113c2f3d555b52d317
tree9a9633fdf16ced6c900127a376ec6e4d7f251022
parent6ceaf67257bb33544867d0faa2d0c50ec862eba2
Suppress errors about undocumented asn1_d2i_read_bio

asn1_d2i_read_bio is exported by libcrypto but is only intended
for internal usage, and does not exist in our public headers.
Therefore we suppress errors about it being a newly added
undocumented symbol.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14232)
util/other-internal.syms