summaryrefslogtreecommitdiffstats
path: root/util/find-doc-nits
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-15 15:00:37 +0200
committerMatt Caswell <matt@openssl.org>2020-09-18 14:30:44 +0200
commit282de1cc2d71a95482ce431b9ed620f85eb6acbd (patch)
tree46ba9d3e7f8552d1f0e4e3063b8c5f6897a079f5 /util/find-doc-nits
parentRemove some unneeded code from lhash.h (diff)
downloadopenssl-282de1cc2d71a95482ce431b9ed620f85eb6acbd.tar.xz
openssl-282de1cc2d71a95482ce431b9ed620f85eb6acbd.zip
Fix some doc-nits and make update errors
The new lhash changes have confused some of the perl scripts so we add some fixes. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12860)
Diffstat (limited to 'util/find-doc-nits')
-rwxr-xr-xutil/find-doc-nits2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/find-doc-nits b/util/find-doc-nits
index 006edbd184..ac661827dd 100755
--- a/util/find-doc-nits
+++ b/util/find-doc-nits
@@ -100,6 +100,8 @@ my $ignored = qr/(?| ^i2d_
| ^_?DECLARE_
| ^sk_
| ^SKM_DEFINE_STACK_OF_INTERNAL
+ | ^lh_
+ | ^DEFINE_LHASH_OF_INTERNAL
)/x;
# Collect all POD files, both internal and public, and regardless of location