CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2015/02/07 21:12:34
Modified files: lib/libtls : tls_client.c Log message: Use the AI_ADDRCONFIG flag in tls_connect(). This tells the resolver to ignore unsupported address families - eg. don't resolv IPv6 on IPv4-only hosts. OK jsing@