Make psql report "SSL connection (unknown cipher)" when libpq has set

Magnus Hagander <magnus@hagander.net>

Commit: ccc9073f26b8504e5ce168738ffcc4c4c8d2fa0a
Author: Magnus Hagander <magnus@hagander.net>
Date: 2008-11-11T15:01:53Z
Releases: 8.4.0
Make psql report "SSL connection (unknown cipher)" when libpq has set
up a SSL connection, but psql is compiled without support for it.

Not a really realistic use-case, but the patch also cuts down on
the number of places with #ifdef's...

Files

PathChange+/−
src/bin/psql/command.c modified +11 −7