> [li...@gknw.net - Mon Aug 10 18:22:03 2009]:
> 
> 
> > Instead of changing every single case we could instead have an
> #ifdef
> > OPENSSL_USE_IPV6 and set that in an appropriate way in a header
> file.
> yes, that would be fine - which header do you suggest? It must then be
> a
> header which is always included after the system headers, or else
> AF_INET6 would get defined again through the system headers, or?
> So I think its more save to change all '#ifdef AF_INET6' to '#if
> OPENSSL_USE_IPV6', and then in one header something like:
> 

I've added a fix for this, let me know if that resolves your problems.

Steve.
-- 
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to