Re: Removing --disable-strong-random from the code
От | Tom Lane |
---|---|
Тема | Re: Removing --disable-strong-random from the code |
Дата | |
Msg-id | 20532.1546189008@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Removing --disable-strong-random from the code (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: Removing --disable-strong-random from the code
|
Список | pgsql-hackers |
I wrote: > LGTM otherwise. Oh, one more thought: the removal of the --disable-strong-random documentation stanza means there's no explanation of what to do to build on platforms without /dev/urandom. Perhaps something like this in installation.sgml: <para> - You need <productname>OpenSSL</productname>, if you want to support - encrypted client connections. The minimum required version is - 0.9.8. + You need <productname>OpenSSL</productname> if you want to support + encrypted client connections. <productname>OpenSSL</productname> + is also required for random number generation on platforms that + do not have <filename>/dev/urandom</filename> (except Windows). + The minimum required version is 0.9.8. </para> regards, tom lane
В списке pgsql-hackers по дате отправления: