Fix comment in be-secure-openssl.c
authorMichael Paquier <michael@paquier.xyz>
Thu, 4 Jun 2020 04:02:59 +0000 (13:02 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 4 Jun 2020 04:02:59 +0000 (13:02 +0900)
commit3fa44a30049826bfe2fd58eec0e8acabd5757411
treec5c2d843bdbedc30b754e65fa381606212dc4601
parentc1669fd5812a02daac58778e2708ede11edd36a3
Fix comment in be-secure-openssl.c

Since 573bd08, hardcoded DH parameters have been moved to a different
file, making the comment on top of load_dh_buffer() incorrect.

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/D9492CCB-9A91-4181-A847-1779630BE2A7@yesql.se
src/backend/libpq/be-secure-openssl.c