aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-03-22 10:59:36 +0000
committerTomas Mraz <tomas@openssl.org>2022-03-28 09:47:43 +0200
commit2d6f3e56fae9eca47b23ce7035bb2f0949777ead (patch)
treecb23c21b9dbc369f1b4913196a2e7a4d3ef04f64 /CHANGES.md
parenta24462bd1e796722a903067ab247220a38b46dc5 (diff)
downloadopenssl-2d6f3e56fae9eca47b23ce7035bb2f0949777ead.zip
openssl-2d6f3e56fae9eca47b23ce7035bb2f0949777ead.tar.gz
openssl-2d6f3e56fae9eca47b23ce7035bb2f0949777ead.tar.bz2
Remove statistics tracking from LHASH
Fixes #17928. Supercedes #17931. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17935) (cherry picked from commit 77d7b6eebb411fdb2c3d1390ac779300757aa9dc)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index eb3b80b..7c3b341 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -30,7 +30,12 @@ breaking changes, and mappings for the large list of deprecated functions.
### Changes between 3.0.2 and 3.0.3 [xx XXX xxxx]
- * none yet
+ * The functions `OPENSSL_LH_stats` and `OPENSSL_LH_stats_bio` now only report
+ the `num_items`, `num_nodes` and `num_alloc_nodes` statistics. All other
+ statistics are no longer supported. For compatibility, these statistics are
+ still listed in the output but are now always reported as zero.
+
+ *Hugo Landau*
### Changes between 3.0.1 and 3.0.2 [15 Mar 2022]