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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Magnus Hagander" <mha(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
Date: 2007-10-01 22:58:01
Message-ID: 23864.1191279481@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-10-02 00:25:20 pgsql: Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in
Previous Message Gregory Stark 2007-10-01 21:33:37 Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew T. O'Connor 2007-10-01 23:04:39 Re: First steps with 8.3 and autovacuum launcher
Previous Message Alvaro Herrera 2007-10-01 22:56:55 Re: First steps with 8.3 and autovacuum launcher