Make psql report "SSL connection (unknown cipher)" when libpq has set
authorMagnus Hagander <magnus@hagander.net>
Tue, 11 Nov 2008 15:01:53 +0000 (15:01 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 11 Nov 2008 15:01:53 +0000 (15:01 +0000)
commit15d00727e979d99419872b2419bcaf65668ae233
tree1799ab4423432344af18e8bcb2eb40b5c8ab3686
parent5c86f24ea52d2afd5c79caa5a100af24751ebeef
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...
src/bin/psql/command.c