Group: pgsql.committers


Subject: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 10/1/2007 6:58:01 PM
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 ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster