mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
find-doc-nits fix courtesy Rich Salz
Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11481)
This commit is contained in:
parent
8975b76efa
commit
de3379c941
@ -351,6 +351,7 @@ sub name_synopsis {
|
||||
|
||||
my $sym;
|
||||
my $is_prototype = 1;
|
||||
$line =~ s/LHASH_OF\([^)]+\)/int/g;
|
||||
$line =~ s/STACK_OF\([^)]+\)/int/g;
|
||||
$line =~ s/SPARSE_ARRAY_OF\([^)]+\)/int/g;
|
||||
$line =~ s/__declspec\([^)]+\)//;
|
||||
|
Loading…
x
Reference in New Issue
Block a user