mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
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:
parent
6ceaf67257
commit
bc4d84abce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user