Document RAND_load_file change.
This commit is contained in:
parent
4a1a3440a4
commit
aabbb7451b
6
CHANGES
6
CHANGES
@ -4,6 +4,12 @@
|
|||||||
|
|
||||||
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
|
||||||
|
seed the PRNG (previously an explicit byte count was required).
|
||||||
|
The bytes obtained by stat() are no longer counted for the
|
||||||
|
return value.
|
||||||
|
[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.
|
||||||
[Steve Henson]
|
[Steve Henson]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user