From 12685f94d57d5181e1d1e5e8f392fb45caaed0ca Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Wed, 20 Dec 2023 05:08:35 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index eaee6b0450..9b614ed57e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,7 @@ LibreSSL Portable Release Notes: - Converted uses of OBJ_bsearch_() to standard bsearch(). - Greatly simplified by_file_ctrl(). - Simplified and cleaned up the OBJ_ API. + - Cleaned up the EVP_Cipher{Init,Update,Final}() implementations * Documentation improvements - ENGINE documentation was updated to reflect reality. - Made EVP API documentation more accurate and less incoherent.