Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
958c7ae
)
Update comment
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 19 Jan 2018 00:36:34 +0000
(19:36 -0500)
committer
Peter 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/libpq/be-secure-openssl.c
b/src/backend/libpq/be-secure-openssl.c
index c2032c2f30e29db6fea01d0a3ab1d19f27111b22..fc6e8a0a8883a87c6e8900989f92abc02c7ec385 100644
(file)
--- 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())
.
*
*-------------------------------------------------------------------------
*/