diff options
author | Theo Buehler <tb@openbsd.org> | 2023-12-29 13:40:17 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-12-29 13:40:17 -0700 |
commit | fa9745041e5a3ddce4cfbce85e8e8fd1d9f292f5 (patch) | |
tree | e98458674c740644d337bb25293e689e1bbfd679 /ChangeLog | |
parent | af0a8e9269d518eb2be690426fc379448f034c66 (diff) | |
download | portable-fa9745041e5a3ddce4cfbce85e8e8fd1d9f292f5.tar.gz portable-fa9745041e5a3ddce4cfbce85e8e8fd1d9f292f5.tar.bz2 portable-fa9745041e5a3ddce4cfbce85e8e8fd1d9f292f5.zip |
Missing period
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |