From ee56cec7332ca2c77ee425c544304ce25475db1c Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Wed, 19 May 2021 10:01:25 +0200 Subject: CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock_srv.h Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15343) --- util/find-doc-nits | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/find-doc-nits b/util/find-doc-nits index fd465f6d0b..815880ad01 100755 --- a/util/find-doc-nits +++ b/util/find-doc-nits @@ -1128,7 +1128,7 @@ if ( $opt_c ) { # See if each has a manpage. foreach my $cmd ( @commands ) { $cmd =~ s/\.c$//; - next if $cmd eq 'progs' || $cmd eq 'cmp_mock_srv' || $cmd eq 'vms_decc_init'; + next if $cmd eq 'progs' || $cmd eq 'vms_decc_init'; my @doc = ( grep { basename($_) eq "openssl-$cmd.pod" # For "tsget" and "CA.pl" pod pages || basename($_) eq "$cmd.pod" } -- cgit v1.2.1