summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-02-17 16:37:40 +0000
committerMatt Caswell <matt@openssl.org>2021-02-22 12:11:38 +0000
commitbc4d84abce0e08e84078f9113c2f3d555b52d317 (patch)
tree9a9633fdf16ced6c900127a376ec6e4d7f251022 /util
parent6ceaf67257bb33544867d0faa2d0c50ec862eba2 (diff)
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)
Diffstat (limited to 'util')
-rw-r--r--util/other-internal.syms2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/other-internal.syms b/util/other-internal.syms
index 5688daa687..9f6a22e2ea 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