]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES
Type-checked (and modern C compliant) OBJ_bsearch.
[thirdparty/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index ecead77be9fb14273066055ac19693acf3abe0b0..0a087c149df639a0d9b3aaa2a12c589df3a2fdbf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 0.9.8j and 0.9.9  [xx XXX xxxx]
 
+  *) Type-checked OBJ_bsearch. Also some constification necessitated
+     by type-checking.  Still to come: TXT_DB, bsearch(?),
+     OBJ_bsearch_ex, qsort, CRYPTO_EX_DATA, ASN1_VALUE, ASN1_STRING,
+     CONF_VALUE.  [Ben Laurie]
+
   *) New function OPENSSL_gmtime_adj() to add a specific number of days and
      seconds to a tm structure directly, instead of going through OS
      specific date routines. This avoids any issues with OS routines such