APPS: Guard use of IPv6 functions and constants with a check of AF_INET6
authorRichard Levitte <levitte@openssl.org>
Mon, 23 Nov 2020 08:12:47 +0000 (09:12 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 25 Nov 2020 05:09:23 +0000 (06:09 +0100)
commit403ef8cea73e9b4924dce39e3706778618507cd6
treecca7da2d4c51732adc2023916a58d16b1c7e2296
parentee8252847d1ccf39a48ab382971f8f18ac3f4089
APPS: Guard use of IPv6 functions and constants with a check of AF_INET6

Fixes #13482

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13484)
apps/lib/s_socket.c