]> 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:06 +0000 (12:09 +0200)
commitc6ba456e120fe7b7ecb26fffd65729b9e7463b85
tree2d1a6dff84f67cd2848107154288402390a3109f
parent32a39c30b81001784d38bcb529915fe169cbdfbf
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