Allow the CHIL engine to load even if dynamic locks aren't registered.

Submitted by: Sander Temme
diff --git a/CHANGES b/CHANGES
index 74da83b..e255b7c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -728,13 +728,21 @@
      [NTT]
 
  Changes between 0.9.8i and 0.9.8j  [xx XXX xxxx]
-  
+
+  *) Allow the CHIL engine to be loaded, whether the application is
+	 multithreaded or not. (This does not release the developer from the
+	 obligation to set up the dynamic locking callbacks.)
+	 [Sander Temme <sander@temme.net>]
+
   *) Update Configure code and WIN32 build scripts to support experimental
      code. This is surrounded by OPENSSL_EXPERIMENTAL_FOO and not compiled
      in by default. Using the configuration option "enable-experimental-foo"
      enables it. Use this option for JPAKE.
      [Steve Henson]
 
+  *) Use correct exit code if there is an error in dgst command.
+     [Steve Henson; problem pointed out by Roland Dirlewanger]
+
   *) Add JPAKE support, including demo authentication in s_client and
      s_server.
      [Ben Laurie]