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)
This commit is contained in:
Matt Caswell 2021-02-17 16:37:40 +00:00
parent 6ceaf67257
commit bc4d84abce

View File

@ -1,3 +1,5 @@
ossl_cmp_allow_unprotected_cb_t datatype
#
DEFINE_SPARSE_ARRAY_OF define
#Functions exported by libcrypto that don't exist in our public headers
asn1_d2i_read_bio internal