Don't ignore ASN1 when checking for undocumented symbols
authorMatt Caswell <matt@openssl.org>
Fri, 31 Jan 2020 09:43:35 +0000 (09:43 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 7 Feb 2020 08:35:31 +0000 (08:35 +0000)
commitee6e6a4b5aaf37ab556cf42602d26a6aed3da327
tree81a72a1d155070812e8c7695dcf52fb97e44c61d
parentfc56cd3368c05eb4f3af2803a97c2dd9702f1296
Don't ignore ASN1 when checking for undocumented symbols

When we run "make doc-nits" (which happens during travis runs) it will
complain if we add any new symbols that aren't documented. However it
was suppressing anything starting with ASN1. There's no reason why we
should allow ASN1 symbols to go undocumented any more than any others.
Therefore we remove that exception.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10980)
util/find-doc-nits
util/missingcrypto.txt
util/missingcrypto111.txt