Re: SSL tests fail on OpenSSL v3.2.0

Поиск
Список
Период
Сортировка
От Tristan Partin
Тема Re: SSL tests fail on OpenSSL v3.2.0
Дата
Msg-id CXA045Z9LT8C.AG91RRA6L5NQ@neon.tech
обсуждение исходный текст
Ответ на Re: SSL tests fail on OpenSSL v3.2.0  (Michael Paquier <michael@paquier.xyz>)
Список 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)

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: SSL tests fail on OpenSSL v3.2.0
Следующее
От: Matthias van de Meent
Дата:
Сообщение: Re: POC, WIP: OR-clause support for indexes