commit | 0c61e299b35a0789d5de7c1972b15a82dff2f122 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Jan 08 10:59:26 2001 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Mon Jan 08 10:59:26 2001 +0000 |
tree | 548e4119f07dea7f70436003d196dbaca8f7830a | |
parent | 0b33bc65cd1bde346eae5b25d6f2d693c115b901 [diff] |
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.