mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/6745)
This commit is contained in:
parent
89310b8b0f
commit
f36e9f1183
@ -364,7 +364,7 @@ static long dgram_get_mtu_overhead(bio_dgram_data *data)
|
||||
*/
|
||||
ret = 28;
|
||||
break;
|
||||
# ifdef AF_INET6
|
||||
# if OPENSSL_USE_IPV6
|
||||
case AF_INET6:
|
||||
{
|
||||
# ifdef IN6_IS_ADDR_V4MAPPED
|
||||
|
Loading…
Reference in New Issue
Block a user