From aabbb7451b9acfed7cb00d8a8e9616a562964de3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 24 Jan 2000 14:42:26 +0000 Subject: [PATCH] Document RAND_load_file change. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index df15b538ba..210a48ecfd 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,12 @@ 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 used (char *) instead of (void *) and had casts all over the place. [Steve Henson] -- 2.34.1