find-doc-nits fix courtesy Rich Salz
authorEasySec <easy.sec@free.fr>
Wed, 5 May 2021 15:59:29 +0000 (17:59 +0200)
committerPauli <pauli@openssl.org>
Wed, 12 May 2021 04:50:15 +0000 (14:50 +1000)
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)

util/find-doc-nits

index 60a2b8c6a0f91865eb25e5cce1b038eee5ffdfb0..a5ea78706de55baec253deb6c99654b402d5ba9f 100755 (executable)
@@ -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\([^)]+\)//;