mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
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
This commit is contained in:
@ -872,8 +872,9 @@ load_dh_file(char *filename, bool isServerStart)
|
|||||||
/*
|
/*
|
||||||
* Load hardcoded DH parameters.
|
* Load hardcoded DH parameters.
|
||||||
*
|
*
|
||||||
* To prevent problems if the DH parameters files don't even
|
* If DH parameters cannot be loaded from a specified file, we can load
|
||||||
* exist, we can load DH parameters hardcoded into this file.
|
* the hardcoded DH parameters supplied with the backend to prevent
|
||||||
|
* problems.
|
||||||
*/
|
*/
|
||||||
static DH *
|
static DH *
|
||||||
load_dh_buffer(const char *buffer, size_t len)
|
load_dh_buffer(const char *buffer, size_t len)
|
||||||
|
Reference in New Issue
Block a user