Skip to content

Commit

Permalink
Suppress errors about undocumented asn1_d2i_read_bio
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
(Merged from openssl#14232)
  • Loading branch information
mattcaswell committed Feb 22, 2021
1 parent 6ceaf67 commit bc4d84a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/other-internal.syms
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bc4d84a

Please sign in to comment.