Commit d8249e99 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix s_server DTLSv1_listen issues



Use sockaddr_storage not sockaddr for the client IP address to allow for
IPv6.
Also fixed a section of code which was conditional on OPENSSL_NO_DTLS1
which should not have been.

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent ca7256fb
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