diff options
author | Theo Buehler <tb@openbsd.org> | 2023-06-11 13:16:01 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-06-11 13:16:01 -0600 |
commit | 0aa471fe68fc0f1c771c4509be69ea476b06b837 (patch) | |
tree | c7894a020aee12bb5f92a928f00bab0323790800 | |
parent | ba4fc35fb9bf2849025c6aea874e19f7c4e7ddce (diff) | |
download | portable-0aa471fe68fc0f1c771c4509be69ea476b06b837.tar.gz portable-0aa471fe68fc0f1c771c4509be69ea476b06b837.tar.bz2 portable-0aa471fe68fc0f1c771c4509be69ea476b06b837.zip |
ChangeLog: small wording tweak
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |