aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-12-20 05:08:35 -0700
committerTheo Buehler <tb@openbsd.org>2023-12-20 05:08:35 -0700
commit12685f94d57d5181e1d1e5e8f392fb45caaed0ca (patch)
tree0d70314e9cff1819d4a8abc4abc06440897f69e9
parentd441bd3469ef09394e50dfeeac26a094500d9b0f (diff)
downloadportable-12685f94d57d5181e1d1e5e8f392fb45caaed0ca.tar.gz
portable-12685f94d57d5181e1d1e5e8f392fb45caaed0ca.tar.bz2
portable-12685f94d57d5181e1d1e5e8f392fb45caaed0ca.zip
Update ChangeLog
Diffstat (limited to '')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eaee6b0..9b614ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,7 @@ LibreSSL Portable Release Notes:
39 - Converted uses of OBJ_bsearch_() to standard bsearch(). 39 - Converted uses of OBJ_bsearch_() to standard bsearch().
40 - Greatly simplified by_file_ctrl(). 40 - Greatly simplified by_file_ctrl().
41 - Simplified and cleaned up the OBJ_ API. 41 - Simplified and cleaned up the OBJ_ API.
42 - Cleaned up the EVP_Cipher{Init,Update,Final}() implementations
42 * Documentation improvements 43 * Documentation improvements
43 - ENGINE documentation was updated to reflect reality. 44 - ENGINE documentation was updated to reflect reality.
44 - Made EVP API documentation more accurate and less incoherent. 45 - Made EVP API documentation more accurate and less incoherent.