pgsql: Fix comment in be-secure-openssl.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix comment in be-secure-openssl.c
Date
Msg-id E1jghC7-0004YW-0T@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix comment in be-secure-openssl.c

Since 573bd08, hardcoded DH parameters have been moved to a different
file, making the comment on top of load_dh_buffer() incorrect.

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/D9492CCB-9A91-4181-A847-1779630BE2A7@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3fa44a30049826bfe2fd58eec0e8acabd5757411

Modified Files
--------------
src/backend/libpq/be-secure-openssl.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix instance of elog() called while holding a spinlock
Next
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Clean up terminology in \dAp command