Backport ossl_ssize_t type from HEAD.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 488abc5f783de4edaf43effc73aa0baed4a98926..68dd4df7462b6ab9553c2b4c1e5f5951b0c2e908 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 1.0.0e and 1.0.1  [xx XXX xxxx]
 
+  *) Use type ossl_ssize_t instad of ssize_t which isn't available on
+     all platforms. Move ssize_t definition from e_os.h to the public
+     header file e_os2.h as it now appears in public header file cms.h
+     [Steve Henson]
+
   *) New -sigopt option to the ca, req and x509 utilities. Additional
      signature parameters can be passed using this option and in
      particular PSS.