Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29243)
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*,/;