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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix comment in libpq OpenSSL code about why a substitue BIO is u
Дата
Msg-id E1YNSrH-0006Tz-8A@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Restore the SSL_set_session_id_context() call to OpenSSL renegot
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix misuse of memcpy() in check_ip().