pgsql: Fix comment in libpq OpenSSL code about why a substitue BIO is u

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix comment in libpq OpenSSL code about why a substitue BIO is u
Date: 2015-02-16 21:05:35
Message-ID: E1YNSrH-0006Tz-8A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c478959a009a926ec441f355219eae18537e648c

Modified Files
--------------
src/interfaces/libpq/fe-secure-openssl.c | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-02-16 21:18:48 pgsql: Fix misuse of memcpy() in check_ip().
Previous Message Heikki Linnakangas 2015-02-16 20:36:24 pgsql: Restore the SSL_set_session_id_context() call to OpenSSL renegot