Re: compile error on cvs tip - Mailing list pgsql-hackers

From Tom Lane
Subject Re: compile error on cvs tip
Date
Msg-id 6387.1051245629@sss.pgh.pa.us
Whole thread Raw
In response to Re: compile error on cvs tip  (Joe Conway <mail@joeconway.com>)
Responses Re: compile error on cvs tip  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
Joe Conway <mail@joeconway.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



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: compile error on cvs tip
Next
From: Joe Conway
Date:
Subject: Re: compile error on cvs tip