Fix how util/wrap.pl is used in OpenSSL::Util::fixup_cmd()
authorRichard Levitte <levitte@openssl.org>
Mon, 6 Mar 2023 07:49:08 +0000 (08:49 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 8 Mar 2023 11:29:22 +0000 (12:29 +0100)
commit5ec4f45ef56dfe7733b70413f8e78426f19fb433
tree53a09faeb6165bc3fd0c62cad47b0d3df13e3398
parent1939ee7f252ffebd91c29384db4133290489e026
Fix how util/wrap.pl is used in OpenSSL::Util::fixup_cmd()

The mechanism was pretty tentative and wasn't well tested for diverse
situations.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20415)
util/perl/OpenSSL/Util.pm