openssl/crypto/rand
Bodo Möller e84c2d2679 As ftruncate is not availabe on all platforms, switch back to
opening the output file with "wb" to truncate it except on VMS
(where the file now keeps its original length because it is opened
with "rb+" -- does VMS have ftruncate?)
2000-01-23 19:58:03 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
Makefile.ssl Avoid some warnings, and run "make update". 2000-01-14 17:28:48 +00:00
md_rand.c update PRNG documentation/comments 2000-01-22 23:11:13 +00:00
rand_err.c Finish off the X509_ATTRIBUTE string stuff. 2000-01-20 01:37:17 +00:00
rand_lib.c New function RAND_pseudo_bytes() generated pseudorandom numbers that 2000-01-16 15:58:17 +00:00
rand.h New function RAND_pseudo_bytes() generated pseudorandom numbers that 2000-01-16 15:58:17 +00:00
randfile.c As ftruncate is not availabe on all platforms, switch back to 2000-01-23 19:58:03 +00:00
randtest.c New function RAND_pseudo_bytes() generated pseudorandom numbers that 2000-01-16 15:58:17 +00:00