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: Tim Rühsen
Subject: Re: [Bug-wget] Use of 'ssl_st'
Date: Thu, 05 Feb 2015 19:21:04 +0100
User-agent: KMail/4.14.2 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; )

Am Donnerstag, 5. Februar 2015, 11:45:59 schrieb Daniel Kahn Gillmor:
> 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.

See this on Twitter, by Daniel Stenberg

https://twitter.com/bagder/status/563292072887980032

Tim




reply via email to

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