From a46faa2bfdd998f09a0a562c71c653ae0a3a0e81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 24 Jan 2000 16:02:29 +0000 Subject: [PATCH 1/1] Improve clarity. --- CHANGES | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 210a48ecfd..f5803d75bc 100644 --- a/CHANGES +++ b/CHANGES @@ -4,11 +4,10 @@ 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] + *) The return value of RAND_load_file() no longer counts bytes obtained + by stat(). RAND_load_file(..., -1) is new and uses the complete file + to seed the PRNG (previously an explicit byte count was required). + [Ulf Möller, Bodo 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. -- 2.34.1