mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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)
This commit is contained in:
parent
028b31b32d
commit
282de1cc2d
@ -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
|
||||
|
@ -281,7 +281,7 @@ EOF
|
||||
{ regexp => qr/(.*)\bLHASH_OF<<<\((.*?)\)>>>(.*)/,
|
||||
massager => sub { return ("$1struct lhash_st_$2$3"); }
|
||||
},
|
||||
{ regexp => qr/DEFINE_LHASH_OF<<<\((.*)\)>>>/,
|
||||
{ regexp => qr/DEFINE_LHASH_OF(?:_INTERNAL)?<<<\((.*)\)>>>/,
|
||||
massager => sub {
|
||||
return (<<"EOF");
|
||||
static ossl_inline LHASH_OF($1) * lh_$1_new(unsigned long (*hfn)(const $1 *),
|
||||
|
Loading…
Reference in New Issue
Block a user