diff options
author | Thomas Devoogdt <thomas@devoogdt.com> | 2023-04-10 19:58:15 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2023-04-11 13:56:12 +0200 |
commit | cb57abb46f06f4ede8d9ccbdaac67377fdf416cf (patch) | |
tree | 93d512ffcce80d1269dd8be538caeeb1fd5561cc /TODO | |
parent | 200a9669fbf6f06894e4243cccc9fc11a1a6073a (diff) | |
download | busybox-w32-cb57abb46f06f4ede8d9ccbdaac67377fdf416cf.tar.gz busybox-w32-cb57abb46f06f4ede8d9ccbdaac67377fdf416cf.tar.bz2 busybox-w32-cb57abb46f06f4ede8d9ccbdaac67377fdf416cf.zip |
seedrng: fix for glibc <= 2.24 not providing random header
- dropped the wrong define (not sure why it was there)
- <sys/random.h> not available if glibc <= 2.24
- GRND_NONBLOCK not defined if <sys/random.h> not included
- ret < 0 && errno == ENOSYS has to be true to get creditable set
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions