]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't complain about documented symbols with find-doc-nits -d -o
authorMatt Caswell <matt@openssl.org>
Fri, 31 Jan 2020 10:08:33 +0000 (10:08 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 3 Feb 2020 11:47:44 +0000 (11:47 +0000)
commit04bc70d7373300d378aa9c075289d1ee404ec528
treece220aa7b03e63d0759af6150c38dbaea0d1dd21
parent8d242823ed2270e2907914fb09004ae30263fb00
Don't complain about documented symbols with find-doc-nits -d -o

find-doc-nits can give a list of symbols that were added since 1.1.1 and
are undocumented (using -o). To do this it uses the missingcrypto111.txt
and missingssl111.txt files which give a snapshot of the undocumented
symbols at the time of the 1.1.1 release. Currently it complains about
symbols that are in those files that have subsequently been documented.
This isn't particularly helpful so we suppress that feature when "-o"
is being used.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10981)
util/find-doc-nits