Improve clarity.
This commit is contained in:
9
CHANGES
9
CHANGES
@@ -4,11 +4,10 @@
|
|||||||
|
|
||||||
Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
|
Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
|
||||||
|
|
||||||
*) RAND_load_file(..., -1) reads the complete file and uses it to
|
*) The return value of RAND_load_file() no longer counts bytes obtained
|
||||||
seed the PRNG (previously an explicit byte count was required).
|
by stat(). RAND_load_file(..., -1) is new and uses the complete file
|
||||||
The bytes obtained by stat() are no longer counted for the
|
to seed the PRNG (previously an explicit byte count was required).
|
||||||
return value.
|
[Ulf M<>ller, Bodo M<>ller]
|
||||||
[Bodo M<>ller, Ulf M<>ller]
|
|
||||||
|
|
||||||
*) Clean up CRYPTO_EX_DATA functions, some of these didn't have prototypes
|
*) Clean up CRYPTO_EX_DATA functions, some of these didn't have prototypes
|
||||||
used (char *) instead of (void *) and had casts all over the place.
|
used (char *) instead of (void *) and had casts all over the place.
|
||||||
|
|||||||
Reference in New Issue
Block a user