Commit 07aa1e04 authored by Richard Levitte's avatar Richard Levitte
Browse files

Don't assert protocol equality



It seems that some platforms' getaddrinfo don't fill in the
ai_protocol field properly.  On those, the assertion
'protocol == BIO_ADDRINFO_protocol(res)' will fail.  Best to remove
it.

Reviewed-by: default avatarKurt Roeckx <kurt@openssl.org>
parent 1c37fd96
Supports Markdown
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