[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] lynx-2.8.8rel.2 problem with openssl-1.1
From: |
Thomas Klausner |
Subject: |
Re: [Lynx-dev] lynx-2.8.8rel.2 problem with openssl-1.1 |
Date: |
Fri, 16 Feb 2018 08:17:56 +0100 |
On Thu, Feb 15, 2018 at 07:09:08PM -0500, Thomas E. Dickey wrote:
> On Thu, Feb 15, 2018 at 12:43:51PM +0100, Thomas Klausner wrote:
> > On Sun, Feb 11, 2018 at 07:03:38PM -0500, Thomas E. Dickey wrote:
> > > On Mon, Feb 12, 2018 at 12:02:29AM +0100, Thomas Klausner wrote:
> > > > Hi!
> > > >
> > > > I've recently updated openssl to 1.1.0g and now the latest stable
> > > > release lynx, 2.8.8rel.2, does not compile any longer:
> > > >
> > > > ../../../WWW/Library/Implementation/HTTP.c: In function 'HTLoadHTTP':
> > > > ../../../WWW/Library/Implementation/HTTP.c:731:12: error: dereferencing
> > > > pointer to incomplete type 'SSL {aka struct ssl_st}'
> > > > handle->options |= SSL_OP_NO_TLSv1;
> > > > ^~
> > > >
> > > > Is there a patch available?
> > >
> > > Looking at the source, it seems that was fixed in 2.8.9dev.9 (2016-04-26):
> > >
> > > https://github.com/ThomasDickey/lynx-snapshots/commit/5f8bdf5c930d9fb4790b271b80f32d60d10dbfd7#diff-a7866288baf146931bd083c79e598874
> >
> > This patch does not apply to the release, and even if it did, it
> > doesn't change the line mentioned above, so I don't expect it to
> > change anything.
> >
> > Is there perhaps another one?
>
> There was a followup in 2.8.9dev.9g which you could add to the first,
> but there's been about 30 changes to that file since 2.8.8rel.1
>
> https://github.com/ThomasDickey/lynx-snapshots/commit/93b0a5dd0788fdce971808d4edb81b4b0663fcf1#diff-a7866288baf146931bd083c79e598874
Thank you, that was the change I was looking for. With that applied,
it builds against openssl-1.1.
Thomas