From: Peter Eisentraut Date: Fri, 19 Jan 2018 00:36:34 +0000 (-0500) Subject: Update comment X-Git-Tag: REL_11_BETA1~925 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a228e44ce4a2bfd1de3764763039cfcb009d7864;p=thirdparty%2Fpostgresql.git Update comment The "callback" that this comment was referring to was removed by commit c0a15e07cd718cb6e455e68328f522ac076a0e4b, so update to match the current code. --- diff --git a/src/backend/libpq/be-secure-openssl.c b/src/backend/libpq/be-secure-openssl.c index c2032c2f30e..fc6e8a0a888 100644 --- a/src/backend/libpq/be-secure-openssl.c +++ b/src/backend/libpq/be-secure-openssl.c @@ -31,7 +31,7 @@ * The downside to EDH is that it makes it impossible to * use ssldump(1) if there's a problem establishing an SSL * session. In this case you'll need to temporarily disable - * EDH by commenting out the callback. + * EDH (see initialize_dh()). * *------------------------------------------------------------------------- */