Skip to content
Commit ed03c461 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make sure getaddrinfo and getnameinfo works as intended on Windows



Both getaddrinfo() and getnameinfo() have to be preceeded with a call
to BIO_sock_init().

Also, make sure to give gai_strerror() the actual error code.

Reviewed-by: default avatarStephen Henson <steve@openssl.org>
parent b31feae6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment