diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-15 15:00:37 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-18 14:30:44 +0200 |
commit | 282de1cc2d71a95482ce431b9ed620f85eb6acbd (patch) | |
tree | 46ba9d3e7f8552d1f0e4e3063b8c5f6897a079f5 /util/find-doc-nits | |
parent | Remove some unneeded code from lhash.h (diff) | |
download | openssl-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-x | util/find-doc-nits | 2 |
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 |