mirror of https://github.com/openssl/openssl.git
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:
parent
0490314f65
commit
89b46350a3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue