aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-01-18 19:36:34 -0500
committerPeter Eisentraut <peter_e@gmx.net>2018-01-18 19:36:34 -0500
commita228e44ce4a2bfd1de3764763039cfcb009d7864 (patch)
tree3b7d3cb3c446ca37777d3352a636b14e1b75f998 /src
parent958c7ae0b7ca4ee9d422271c2ffbef4e3a6d1c47 (diff)
downloadpostgresql-a228e44ce4a2bfd1de3764763039cfcb009d7864.tar.gz
postgresql-a228e44ce4a2bfd1de3764763039cfcb009d7864.zip
Update comment
The "callback" that this comment was referring to was removed by commit c0a15e07cd718cb6e455e68328f522ac076a0e4b, so update to match the current code.
Diffstat (limited to 'src')
-rw-r--r--src/backend/libpq/be-secure-openssl.c2
1 files changed, 1 insertions, 1 deletions
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()).
*
*-------------------------------------------------------------------------
*/