]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
util/find-docs-nits: Recognise SPARSE_ARRAY_OF
authorRichard Levitte <levitte@openssl.org>
Mon, 18 Feb 2019 15:25:47 +0000 (16:25 +0100)
committerRichard 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

index 8001468f1d55b2cd908aa9502dab09d0c74d9e01..a8cea9c5e013b9e0698c57cd42a8487f0ec87683 100755 (executable)
@@ -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=...