]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fixup non-optional use of IO::Socket::IP
authorNeil Horman <nhorman@openssl.org>
Tue, 1 Jul 2025 18:19:17 +0000 (14:19 -0400)
committerTomas Mraz <tomas@openssl.org>
Wed, 9 Jul 2025 10:09:13 +0000 (12:09 +0200)
commit6a9f9b82c3f649be1cfabdf6dc7ad4f22d82535d
treec6bb62633944b7854dde45f4d17bf1727222175d
parentdb219b206875fb78a12dbe4f60ac31c622c4f013
Fixup non-optional use of IO::Socket::IP

IO::Socket::IP is an optionally used package in our perl scripts, and a
recent change of mine used it unilaterally, causing breakage on older
perl installations.  Fix it up to use it optionally again, falling back
to IO::Socket::INET when needed.

Fixes #27940

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27941)

(cherry picked from commit b321bf25c88f2e604f3dd387dd14e1e6369895ad)
util/perl/TLSProxy/Proxy.pm