Re: SSL tests fail on OpenSSL v3.2.0 - Mailing list pgsql-hackers

From Tristan Partin
Subject Re: SSL tests fail on OpenSSL v3.2.0
Date
Msg-id CXA045Z9LT8C.AG91RRA6L5NQ@neon.tech
Whole thread Raw
In response to Re: SSL tests fail on OpenSSL v3.2.0  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Mon Nov 27, 2023 at 5:53 PM CST, Michael Paquier wrote:
> On Mon, Nov 27, 2023 at 12:33:49PM -0600, Tristan Partin wrote:
> > -#ifndef HAVE_BIO_GET_DATA
> > -#define BIO_get_data(bio) (bio->ptr)
> > -#define BIO_set_data(bio, data) (bio->ptr = data)
> > -#endif
>
> Shouldn't this patch do a refresh of configure.ac and remove the check
> on BIO_get_data() if HAVE_BIO_GET_DATA is gone?

See the attached v3. I am unfamiliar with autotools, so I just hand
edited the configure.ac script instead of whatever "refresh" means.

--
Tristan Partin
Neon (https://neon.tech)

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: SSL tests fail on OpenSSL v3.2.0
Next
From: Matthias van de Meent
Date:
Subject: Re: POC, WIP: OR-clause support for indexes