pgsql: Fix comment in be-secure-openssl.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in be-secure-openssl.c
Date: 2020-06-04 04:09:31
Message-ID: E1jghC7-0004YW-0T@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-06-04 20:11:58 pgsql: psql: Clean up terminology in \dAp command
Previous Message Michael Paquier 2020-06-04 01:22:26 pgsql: Fix instance of elog() called while holding a spinlock