This patch fixes an warning on platforms not defining OPENSSL_USE_IPV6.

Best regards
Michael


Attachment: appsv6.patch
Description: Binary data



On Sep 23, 2009, at 8:39 AM, The default queue via RT wrote:

>
> Greetings,
>
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding:
>       "[PATCH] IPv6 support for s_client, s_server and DTLS",
> a summary of which appears below.
>
> There is no need to reply to this message right now.  Your ticket  
> has been
> assigned an ID of [openssl.org #2051].
>
> Please include the string:
>
>         [openssl.org #2051]
>
> in the subject line of all future correspondence about this issue.  
> To do so,
> you may reply to this message.
>
>                        Thank you,
>                        r...@openssl.org
>
> -------------------------------------------------------------------------
> This patch adds support for IPv6 for s_client and s_server and
> fixes the IPv6 handling for DTLS.
>
> s_server will listen on IPv4 and IPv6 as default. When using -4
> as an argument, it will listen only on IPv4, when using -6 as
> an argument, it will listen only on IPv6.
>
> The client will use IPv4 as default. When -6 is used as a
> command line argument, it will use IPv6.
>
> The code is #ifdefed with OPENSSL_USE_IPV6. It is assumed that
> a platform which defines OPENSSL_USE_IPV6 to non zero, supports
> * AF_INET6
> * struct sockaddr_storage
> * gehostbyname2()
> * inet_pton()
>
> Best regards
> Michael
>
>
>

Reply via email to