From fa9745041e5a3ddce4cfbce85e8e8fd1d9f292f5 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 29 Dec 2023 13:40:17 -0700 Subject: [PATCH] Missing period --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a4f66a0f5..4c65bb976c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,7 +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 + - Cleaned up the EVP_Cipher{Init,Update,Final}() implementations. - Removed unused function pointers from X.509 stores and contexts. * Documentation improvements - ENGINE documentation was updated to reflect reality.