Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
Date
Msg-id 23864.1191279481@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL  (Gregory Stark <stark@enterprisedb.com>)
List 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 by date:

Previous
From: Gregory Stark
Date:
Subject: Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in