Incorrect comment in be-secure-openssl.c

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-05-28T15:15:17Z
Lists: pgsql-hackers

Attachments

The comment in be-secure-openssl.c didn't get the memo that the hardcoded DH
parameters moved in 573bd08b99e277026e87bb55ae69c489fab321b8.  The attached
updates the wording, keeping it generic enough that we wont need to update it
should the parameters move again.

cheers ./daniel

Commits

  1. Fix comment in be-secure-openssl.c

  2. Move EDH support to common files