Change RAND_poll for Unix to try a number of devices and only read
authorRichard Levitte <levitte@openssl.org>
Mon, 8 Jan 2001 10:59:26 +0000 (10:59 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 8 Jan 2001 10:59:26 +0000 (10:59 +0000)
commit0c61e299b35a0789d5de7c1972b15a82dff2f122
tree548e4119f07dea7f70436003d196dbaca8f7830a
parent0b33bc65cd1bde346eae5b25d6f2d693c115b901
Change RAND_poll for Unix to try a number of devices and only read
them for a short period of time (actually, poll them with select(),
then read() whatever is there), which is about 10ms (hard-coded value)
each.

Separate Windows and Unixly code, and start on a VMS variant that
currently just returns 0.
CHANGES
crypto/rand/Makefile.ssl
crypto/rand/rand_unix.c [new file with mode: 0644]
crypto/rand/rand_vms.c [new file with mode: 0644]
crypto/rand/rand_win.c
e_os.h