From 89b46350a322f85924d1226f7c149e4e068d0264 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 4 Sep 2020 17:00:58 +0100 Subject: [PATCH] Don't complain about stack related macros Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/12781) --- util/find-doc-nits | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/find-doc-nits b/util/find-doc-nits index 031076f05d2..006edbd184b 100755 --- a/util/find-doc-nits +++ b/util/find-doc-nits @@ -98,6 +98,8 @@ my $ignored = qr/(?| ^i2d_ | \Q_fnsig(3)\E$ | ^IMPLEMENT_ | ^_?DECLARE_ + | ^sk_ + | ^SKM_DEFINE_STACK_OF_INTERNAL )/x; # Collect all POD files, both internal and public, and regardless of location -- 2.47.3