bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Use of 'ssl_st'


From: Daniel Kahn Gillmor
Subject: Re: [Bug-wget] Use of 'ssl_st'
Date: Thu, 05 Feb 2015 11:45:59 -0500
User-agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu)

On Thu 2015-02-05 10:30:00 -0500, Gisle Vanem wrote:
> The recent changes in OpenSSL's API has caused libcurl, Wget
> and probably other packages to break. Here is one example:
>
>    openssl.c(548) : error C2037: left of 'state' specifies undefined 
> struct/union 'ssl_st'
>
> This structure is now tucked away in ssl_locl.h.

Are you working from OpenSSL's master branch, or some other branch of
OpenSSL?  This should not happen on the stable, released branches of
OpenSSL.

OpenSSL is in the process of making all of its data structures opaque.
This will not happen until the next large ABI change, but there should
be accessor functions available for common operations like checking the
state of a connection.  If you don't see the accessor function you
expect on the master branch, you should raise the issue on the
openssl-dev mailing list, where they're currently discussing this
refactoring.

hth,

        --dkg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]