projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23ab880
)
util/find-docs-nits: Recognise SPARSE_ARRAY_OF
author
Richard Levitte
<levitte@openssl.org>
Mon, 18 Feb 2019 15:25:47 +0000
(16:25 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 18 Feb 2019 21:29:00 +0000
(22:29 +0100)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8269)
util/find-doc-nits
patch
|
blob
|
history
diff --git
a/util/find-doc-nits
b/util/find-doc-nits
index 8001468f1d55b2cd908aa9502dab09d0c74d9e01..a8cea9c5e013b9e0698c57cd42a8487f0ec87683 100755
(executable)
--- a/
util/find-doc-nits
+++ b/
util/find-doc-nits
@@
-102,6
+102,7
@@
sub name_synopsis()
next unless $line =~ /^\s/;
my $sym;
$line =~ s/STACK_OF\([^)]+\)/int/g;
+ $line =~ s/SPARSE_ARRAY_OF\([^)]+\)/int/g;
$line =~ s/__declspec\([^)]+\)//;
if ( $line =~ /env (\S*)=/ ) {
# environment variable env NAME=...