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
In response to
Responses
pgsql-hackers by date
| Next: | From: Gregory Stark | Date: 2007-10-02 01:23:10 |
| Subject: Build farm failure |
| Previous: | From: Tom Lane | Date: 2007-10-01 23:48:27 |
| Subject: Re: First steps with 8.3 and autovacuum launcher |
pgsql-committers by date
| Next: | From: Magnus Hagander | Date: 2007-10-02 06:22:07 |
| Subject: Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL |
| Previous: | From: Tom Lane | Date: 2007-10-02 00:25:20 |
| Subject: pgsql: Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in |