]> 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:00 +0000 (12:09 +0200)
commit3f61b49612a8cd6c84f2245cbcc8d48f7273e8c5
tree3fe6e4fdcc029f5d2281c07d0091b2096812488c
parenta60af417231a676da1260637ad937bb97e2c65ee
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