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)
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

index 5688daa68757886734d5042caf9e776a1b64d680..9f6a22e2ead9748d359e47a4b0655db9a0e4d57e 100644 (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