Re: compile error on cvs tip

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: compile error on cvs tip
Date: 2003-04-25 04:40:29
Message-ID: 6387.1051245629@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joe Conway <mail(at)joeconway(dot)com> writes:
> The definition in (at least my copy of) ssl.h for info_callback is:
> void (*info_callback)(const SSL *ssl,int type,int val);
> ^^^^^

Ah so. Patch applied. I guess I need to update my copy of openssl,
too --- here it just says

/**/ void (*info_callback)();

What openssl release do you have?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2003-04-25 04:44:44 Re: compile error on cvs tip
Previous Message Joe Conway 2003-04-25 04:33:06 Re: compile error on cvs tip