aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-12-29 13:40:17 -0700
committerTheo Buehler <tb@openbsd.org>2023-12-29 13:40:17 -0700
commitfa9745041e5a3ddce4cfbce85e8e8fd1d9f292f5 (patch)
treee98458674c740644d337bb25293e689e1bbfd679
parentaf0a8e9269d518eb2be690426fc379448f034c66 (diff)
downloadportable-fa9745041e5a3ddce4cfbce85e8e8fd1d9f292f5.tar.gz
portable-fa9745041e5a3ddce4cfbce85e8e8fd1d9f292f5.tar.bz2
portable-fa9745041e5a3ddce4cfbce85e8e8fd1d9f292f5.zip
Missing period
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a4f66a..4c65bb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,7 +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 - Cleaned up the EVP_Cipher{Init,Update,Final}() implementations.
43 - Removed unused function pointers from X.509 stores and contexts. 43 - Removed unused function pointers from X.509 stores and contexts.
44 * Documentation improvements 44 * Documentation improvements
45 - ENGINE documentation was updated to reflect reality. 45 - ENGINE documentation was updated to reflect reality.