Make function prototype parsing a bit stricter,
authorschwarze <schwarze@openbsd.org>
Fri, 19 Nov 2021 17:29:17 +0000 (17:29 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 19 Nov 2021 17:29:17 +0000 (17:29 +0000)
commit3958557a61916ede4b245906db047648e7f25d05
tree08eb6ddefdc910306bf326f9709e2252c4afa0bf
parentde793022e14e2f8cc967b50894e9368ffeb86115
Make function prototype parsing a bit stricter,
reducing the risk of accidental misparsing:

Require whitespace after the function return type (before the
asterisk indicating that the function returns a pointer, if any)
and do not accept whitespace between the function name and the
opening parenthesis of the parameter list.  These changes are not
a problem because we want that style for KNF reasons anyway.
regress/lib/libcrypto/man/check_complete.pl