diff --git a/src/backend/libpq/be-secure-openssl.c b/src/backend/libpq/be-secure-openssl.c index c2032c2f30..fc6e8a0a88 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()). * *------------------------------------------------------------------------- */