]> 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:08:37 +0000 (12:08 +0200)
commitb321bf25c88f2e604f3dd387dd14e1e6369895ad
tree909af75407f4816f9ef052d4239c0ba4b927089d
parentfa5e688cc8596a6f11593422f6bb33c3a8c743cd
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)
util/perl/TLSProxy/Proxy.pm