提交 f36e9f11 编写于 作者: A Andy Polyakov

bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.

Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NKurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/6745)
上级 89310b8b
...@@ -364,7 +364,7 @@ static long dgram_get_mtu_overhead(bio_dgram_data *data) ...@@ -364,7 +364,7 @@ static long dgram_get_mtu_overhead(bio_dgram_data *data)
*/ */
ret = 28; ret = 28;
break; break;
# ifdef AF_INET6 # if OPENSSL_USE_IPV6
case AF_INET6: case AF_INET6:
{ {
# ifdef IN6_IS_ADDR_V4MAPPED # ifdef IN6_IS_ADDR_V4MAPPED
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册