Fix comment in libpq OpenSSL code about why a substitue BIO is used.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 16 Feb 2015 21:05:20 +0000 (23:05 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 16 Feb 2015 21:05:20 +0000 (23:05 +0200)
commitc478959a009a926ec441f355219eae18537e648c
treef747a882edd7951e24b51ae791984561b4661c6f
parent1c2b7c0879d83ff79e4adf2c0a883df92b713da4
Fix comment in libpq OpenSSL code about why a substitue BIO is used.

The comment was copy-pasted from the backend code along with the
implementation, but libpq has different reasons for using the BIO.
src/interfaces/libpq/fe-secure-openssl.c