diff --git a/crypto/bio/b_addr.c b/crypto/bio/b_addr.c index 5b9a485a80383bbf9546eb2cb92d0699861a78b2..d11268b6dc594aba555d80f41ccca810e3ffac40 100644 --- a/crypto/bio/b_addr.c +++ b/crypto/bio/b_addr.c @@ -696,7 +696,9 @@ int BIO_lookup_ex(const char *host, const char *service, int lookup_type, /* Note that |res| SHOULD be a 'struct addrinfo **' thanks to * macro magic in bio_local.h */ +# if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST) retry: +# endif switch ((gai_ret = getaddrinfo(host, service, &hints, res))) { # ifdef EAI_SYSTEM case EAI_SYSTEM: