PR: 2005
authorDr. Stephen Henson <steve@openssl.org>
Wed, 26 Aug 2009 15:13:43 +0000 (15:13 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 26 Aug 2009 15:13:43 +0000 (15:13 +0000)
commitb8dc932c05d9e0a937e9b25ef8c5458e067b660a
treefca3fb320eb82ad7af6e7a7c525663ef420132ce
parent17f8d8db61f31b2d8098497a25092e6cee1d89fa
PR: 2005
Submitted by: steve@openssl.org

Some systems have broken IPv6 headers and/or implementations. If
OPENSSL_USE_IPV6 is set to 0 IPv6 is not used, if it is set to 1 it is used
and if undefined an attempt is made to detect at compile time by checking
if AF_INET6 is set and excluding known problem platforms.
crypto/bio/b_sock.c
crypto/bio/bss_dgram.c
e_os.h