Some interfaces may have IPv6 addresses even if an IPv6 address is not
[openssl.git] / crypto / bio / b_addr.c
index e5352db756f359f7f44aa83a4226c2f256924342..b77fd4b1a0c7e9b5b8ead554b2216754031345fd 100644 (file)
@@ -666,9 +666,6 @@ int BIO_lookup(const char *host, const char *service,
         struct addrinfo hints;
         memset(&hints, 0, sizeof hints);
 
-# ifdef AI_ADDRCONFIG
-        hints.ai_flags = AI_ADDRCONFIG;
-# endif
         hints.ai_family = family;
         hints.ai_socktype = socktype;