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 16692.1405435295@sss.pgh.pa.us
Whole thread Raw
In response to Re: 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:
> Out of curiosity, since one of those boxes seems to be yours, which
> version of OpenSSL does it actually have?

Claims to be 0.9.7:

cube:~ tgl$ ls -l /usr/lib/*ssl*
-rwxr-xr-x   1 root  wheel  266940 Nov  7  2010 /usr/lib/libssl.0.9.7.dylib*
-rwxr-xr-x   1 root  wheel  257700 Nov  7  2010 /usr/lib/libssl.0.9.dylib*
lrwxr-xr-x   1 root  wheel      18 Jul  1  2009 /usr/lib/libssl.dylib@ -> libssl.0.9.7.dylib

The box evidently has "0.9" installed as well, but our build should be
seizing on the symlink and finding 0.9.7.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: SSL compression info in psql header
Next
From: Andrew Dunstan
Date:
Subject: json_build* volatility error