Richard Levitte ef6d6e452d util/wrap.pl.in: Use parentheses so kill gets all its arguments
In perl, this may be ambiguous:

    fn (expr1), expr2

Is the comma (which may be `=>` just as well in this case) a separator
between arguments to `fn`, or is it the comma operator, separating the
expressions `fn(expr1)` and `expr2`?  It appears that in this particular
case, perl takes the existing parentheses to mean the latter.  When the
former was intended, extra parentheses are required.

Fixes #19209

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19211)
2022-09-15 08:42:23 +02:00
..
2022-05-03 13:34:51 +01:00
2019-04-19 09:31:54 +01:00
2021-09-02 12:55:39 +10:00
2020-11-18 11:40:52 +01:00
2020-04-23 13:55:52 +01:00
2022-08-18 16:38:14 +01:00
2019-09-19 09:27:38 -04:00
2021-04-08 13:04:41 +01:00