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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
Дата
Msg-id 25044.1191284846@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL  ("Magnus Hagander" <magnus@hagander.net>)
Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL  ("Magnus Hagander" <magnus@hagander.net>)
Список pgsql-hackers
I wrote:
> 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.

To get the buildfarm going again, I applied a patch that turns these
calls into no-ops if the local OpenSSL hasn't got the functions.
I'm not entirely sure if the net result is a regression for pre-0.9.8
OpenSSLs or not --- Magnus, any thoughts on that?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: First steps with 8.3 and autovacuum launcher
Следующее
От: Gregory Stark
Дата:
Сообщение: Build farm failure