From bc4d84abce0e08e84078f9113c2f3d555b52d317 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 17 Feb 2021 16:37:40 +0000 Subject: [PATCH] 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 Reviewed-by: Tomas Mraz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/14232) --- util/other-internal.syms | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/other-internal.syms b/util/other-internal.syms index 5688daa687578..9f6a22e2ead97 100644 --- a/util/other-internal.syms +++ b/util/other-internal.syms @@ -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