aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-06-11 13:16:01 -0600
committerTheo Buehler <tb@openbsd.org>2023-06-11 13:16:01 -0600
commit0aa471fe68fc0f1c771c4509be69ea476b06b837 (patch)
treec7894a020aee12bb5f92a928f00bab0323790800
parentba4fc35fb9bf2849025c6aea874e19f7c4e7ddce (diff)
downloadportable-0aa471fe68fc0f1c771c4509be69ea476b06b837.tar.gz
portable-0aa471fe68fc0f1c771c4509be69ea476b06b837.tar.bz2
portable-0aa471fe68fc0f1c771c4509be69ea476b06b837.zip
ChangeLog: small wording tweak
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cc0e329..e059be5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,7 +37,7 @@ LibreSSL Portable Release Notes:
37 - Improved checks for commonName in libtls. 37 - Improved checks for commonName in libtls.
38 - Fixed error check for X509_get_ext_d2i() failure in libtls. 38 - Fixed error check for X509_get_ext_d2i() failure in libtls.
39 - Improved BIGNUM internals and performance on aarch64. 39 - Improved BIGNUM internals and performance on aarch64.
40 - Initial cleanups for SHA-256 internals. 40 - Initial cleanup passes for SHA-256 internals.
41 - Converted more libcrypto internals API using CBB and CBS. 41 - Converted more libcrypto internals API using CBB and CBS.
42 - Removed code guarded by ZLIB. 42 - Removed code guarded by ZLIB.
43 * New features 43 * New features