Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
Дата
Msg-id 23864.1191279481@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-committers
Gregory Stark <stark@enterprisedb.com> writes:
> "Magnus Hagander" <mha@postgresql.org> writes:
>> Use BIO functions to avoid passing FILE * pointers to OpenSSL functions.

> Several buildfarm machines are failing:

http://www.openssl.org/docs/crypto/ERR_set_mark.html
says
ERR_set_mark() and ERR_pop_to_mark() were added in OpenSSL 0.9.8.

Ooops.  Back to the drawing board.

            regards, tom lane

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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in