]> granicus.if.org Git - postgresql/commitdiff
Update comment
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 19 Jan 2018 00:36:34 +0000 (19:36 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 19 Jan 2018 00:36:34 +0000 (19:36 -0500)
The "callback" that this comment was referring to was removed by commit
c0a15e07cd718cb6e455e68328f522ac076a0e4b, so update to match the current
code.

src/backend/libpq/be-secure-openssl.c

index c2032c2f30e29db6fea01d0a3ab1d19f27111b22..fc6e8a0a8883a87c6e8900989f92abc02c7ec385 100644 (file)
@@ -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()).
  *
  *-------------------------------------------------------------------------
  */