Improve clarity.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index a1bae7ee6dcb581fad0979c7243f8a192bb150ae..f5803d75bc5b2418a9292ec97fe15be581ffdcf3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,15 @@
 
  Changes between 0.9.4 and 0.9.5  [xx XXX 1999]
 
+  *) 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.
+     [Steve Henson]
+
   *) Make BN_generate_prime() return NULL on error if ret!=NULL.
      [Ulf Möller]