Don't complain about stack related macros
authorMatt Caswell <matt@openssl.org>
Fri, 4 Sep 2020 16:00:58 +0000 (17:00 +0100)
committerMatt Caswell <matt@openssl.org>
Sun, 13 Sep 2020 10:11:57 +0000 (11:11 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12781)

util/find-doc-nits

index 031076f05d2db27a87f7847e9f845bd8b0ad6795..006edbd184b6a4f57c927d349b5e8e7e3217edc2 100755 (executable)
@@ -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