]> git.ipfire.org Git - thirdparty/openssl.git/commit
util/mkinstallvars.pl: replace List::Util::pairs with out own
authorRichard Levitte <levitte@openssl.org>
Tue, 3 Sep 2024 17:16:05 +0000 (19:16 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 5 Sep 2024 07:04:28 +0000 (09:04 +0200)
commit210dc9a50dfd99caa1cf7c3d2fa42850124b1bbc
treee34c2ac61ebf97b9cc570d6062e6f68b4ab5b944
parentc4a5d70d98cf57434cd4f7a1ae890a2e3d09c434
util/mkinstallvars.pl: replace List::Util::pairs with out own

Unfortunately, List::Util::pairs didn't appear in perl core modules
before 5.19.3, and our minimum requirement is 5.10.

Fortunately, we already have a replacement implementation, and can
re-apply it in this script.

Fixes #25366

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25367)
util/mkinstallvars.pl