Re: SSL compression info in psql header - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SSL compression info in psql header
Date
Msg-id 16343.1405434487@sss.pgh.pa.us
Whole thread Raw
In response to SSL compression info in psql header  (Magnus Hagander <magnus@hagander.net>)
Responses Re: SSL compression info in psql header  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> As far as my research shows, the function
> SSL_get_current_compression() which it uses was added in OpenSSL
> 0.9.6, which is a long time ago (stopped being maintained in 2004).
> AFAICT even RHEL *3* shipped with 0.9.7. So I think we can safely rely
> on it, especially since we only check for whether it returns NULL or
> not.

The buildfarm begs to differ.  I think you'll need a configure check
for whether the function exists.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: returning SETOF RECORD
Next
From: Magnus Hagander
Date:
Subject: Re: SSL compression info in psql header