forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitce4939f
committed
Use RAND_poll() for seeding randomness after fork().
OpenSSL deprecated RAND_cleanup(), and OpenSSL 1.1.0 made it into ano-op. Replace it with RAND_poll(), per an OpenSSL communityrecommendation. While this has no user-visible consequences underOpenSSL defaults, it might help under non-default settings.Daniel Gustafsson, reviewed by David Steele and Michael Paquier.Discussion:https://postgr.es/m/9B038FA5-23E8-40D0-B932-D515E1D8F66A@yesql.se1 parent0a0727c commitce4939f
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
113 | 115 |
| |
114 | 116 |
| |
115 |
| - | |
| 117 | + | |
116 | 118 |
| |
117 | 119 |
| |
118 | 120 |
| |
|
0 commit comments
Comments
(0)