From 46e1c56b8e1be60af282bd44cac5c74f27d99cf7 Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Mon, 1 Dec 2025 10:19:49 -0700 Subject: [PATCH] nits in progs.pl Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29243) --- apps/progs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/progs.pl b/apps/progs.pl index df2f8e32f92..7abc483a9b9 100644 --- a/apps/progs.pl +++ b/apps/progs.pl @@ -19,7 +19,7 @@ die "Unrecognised option, must be -C or -H\n" unless ($opt eq '-H' || $opt eq '-C'); my %commands = (); -# XXX beck I think it is best reconsidered in favour of just a table +# I think it is best reconsidered in favour of just a table # of commands instead of this fragile regex. There really are not that # many commands. my $cmdre = qr/^\s*(int\s+|)\s*([a-z_][a-z0-9_]*)_main\s*\(\s*int\s+argc\s*,/; -- 2.47.3