pgsql: Fix comment in libpq OpenSSL code about why a substitue BIO is u - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix comment in libpq OpenSSL code about why a substitue BIO is u
Date
Msg-id E1YNSrH-0006Tz-8A@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Restore the SSL_set_session_id_context() call to OpenSSL renegot
Next
From: Tom Lane
Date:
Subject: pgsql: Fix misuse of memcpy() in check_ip().