Fix Invalid Argument return code from IP_Factory in connect_to_server().
authorMatthias Kraft <Matthias.Kraft@softwareag.com>
Mon, 4 Feb 2019 08:55:07 +0000 (09:55 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 4 Feb 2019 20:50:23 +0000 (21:50 +0100)
commit66a60003719240399f6596e58c239df0465a4f70
tree2ac0f97fbefc432e720982348c7dd55425b166ee
parentadc7e221f12462c6e10bc7c2c7afaf52490cb292
Fix Invalid Argument return code from IP_Factory in connect_to_server().

Fixes #7732

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8158)
util/perl/TLSProxy/Proxy.pm