Gregory Stark <stark(at)enterprisedb(dot)com> writes:
> "Magnus Hagander" <mha(at)postgresql(dot)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
In response to
Responses
pgsql-hackers by date
| Next: | From: Matthew T. O'Connor | Date: 2007-10-01 23:04:39 |
| Subject: Re: First steps with 8.3 and autovacuum launcher |
| Previous: | From: Alvaro Herrera | Date: 2007-10-01 22:56:55 |
| Subject: Re: First steps with 8.3 and autovacuum launcher |
pgsql-committers by date
| Next: | 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 |
| Previous: | From: Gregory Stark | Date: 2007-10-01 21:33:37 |
| Subject: Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL |