From: | "Tristan Partin" <tristan(at)neon(dot)tech> |
---|---|
To: | "Michael Paquier" <michael(at)paquier(dot)xyz> |
Cc: | "Nazir Bilal Yavuz" <byavuz81(at)gmail(dot)com>, "Andres Freund" <andres(at)anarazel(dot)de>, "Bo Anderson" <mail(at)boanderson(dot)me>, "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: SSL tests fail on OpenSSL v3.2.0 |
Date: | 2023-11-28 00:00:00 |
Message-ID: | CXA045Z9LT8C.AG91RRA6L5NQ@neon.tech |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 | Content-Type | Size |
---|---|---|
v3-0001-Use-BIO_-get-set-_app_data-instead-of-BIO_-get-se.patch | text/x-patch | 7.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Matthias van de Meent | 2023-11-28 00:06:35 | Re: POC, WIP: OR-clause support for indexes |
Previous Message | Michael Paquier | 2023-11-27 23:53:45 | Re: SSL tests fail on OpenSSL v3.2.0 |