openssl/crypto/rand
Richard Levitte 668ba7d63f ftruncate() and fileno() are not supported on all versions of OpenVMS
(they don't really exist before version 7), so that solution was toast.
Instead, let's do it the way it's done on Unix, but then remove older
versions of the file.

That new mechanism *may* fail for some unixly formated file spec,
although I wouldn't worry too much about it.
2000-02-26 01:55:56 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
Makefile.ssl Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES. 2000-02-24 18:19:50 +00:00
md_rand.c handle entropy estimate correctly 2000-02-25 07:40:53 +00:00
rand_egd.c For safety, check __VMS as well. 2000-02-26 00:26:17 +00:00
rand_err.c Finish off the X509_ATTRIBUTE string stuff. 2000-01-20 01:37:17 +00:00
rand_lib.c Allow for higher granularity of entropy estimates by using 'double' 2000-02-19 15:22:53 +00:00
rand.h Support EGD. 2000-02-24 02:51:47 +00:00
randfile.c ftruncate() and fileno() are not supported on all versions of OpenVMS 2000-02-26 01:55:56 +00:00
randtest.c New function RAND_pseudo_bytes() generated pseudorandom numbers that 2000-01-16 15:58:17 +00:00