]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES
Add the possibility to build without the ENGINE framework.
[thirdparty/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 32056ac1f1d51761591b159bc79e4671c2a3f3bb..8196fd23f127be57b8bc68beb3817a1964f56896 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -406,6 +406,9 @@ TODO: bug: pad  x  with leading zeros if necessary
 
  Changes between 0.9.7 and 0.9.7a  [XX xxx 2003]
 
+  *) Add the possibility to build without the ENGINE framework.
+     [Steven Reddie <smr@essemer.com.au> via Richard Levitte]
+
   *) Under Win32 gmtime() can return NULL: check return value in
      OPENSSL_gmtime(). Add error code for case where gmtime() fails.
      [Steve Henson]