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