Don't complain about stack related macros

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12781)
This commit is contained in:
Matt Caswell 2020-09-04 17:00:58 +01:00
parent 0490314f65
commit 89b46350a3
1 changed files with 2 additions and 0 deletions

View File

@ -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