summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_dgram.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2018-07-19 15:27:24 +0200
committerAndy Polyakov <appro@openssl.org>2018-07-20 13:40:27 +0200
commitf36e9f1183b4c4947d3c71d4c31a541b96c6e3f8 (patch)
treeaa94368de64f32a9ad866222807d94490414a994 /crypto/bio/bss_dgram.c
parent89310b8b0f4dbe207ffd9056109fad9abab6e4d4 (diff)
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)
Diffstat (limited to 'crypto/bio/bss_dgram.c')
-rw-r--r--crypto/bio/bss_dgram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/bss_dgram.c b/crypto/bio/bss_dgram.c
index 424109c961..d5fe5bb5a8 100644
--- a/crypto/bio/bss_dgram.c
+++ b/crypto/bio/bss_dgram.c
@@ -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