diff options
author | Theo Buehler <tb@openbsd.org> | 2024-08-02 08:43:47 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-08-02 08:43:47 -0600 |
commit | c05b84c11a5d2a412016c21fc51b4cf6f61f34cf (patch) | |
tree | 314b1e137979464f1c6cc53ee99b9995d1813842 | |
parent | 161984f56f2953ebedc1a97056e4fd9cb938d672 (diff) | |
download | portable-c05b84c11a5d2a412016c21fc51b4cf6f61f34cf.tar.gz portable-c05b84c11a5d2a412016c21fc51b4cf6f61f34cf.tar.bz2 portable-c05b84c11a5d2a412016c21fc51b4cf6f61f34cf.zip |
Silly ChangeLog entry to trigger CI
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ LibreSSL Portable Release Notes: | |||
34 | - Added initial Emscripten support in CMake builds | 34 | - Added initial Emscripten support in CMake builds |
35 | - Removed timegm() compatibility layer since all uses were replaced | 35 | - Removed timegm() compatibility layer since all uses were replaced |
36 | with OPENSSL_timegm(). Cleaned up the corresponding test harness. | 36 | with OPENSSL_timegm(). Cleaned up the corresponding test harness. |
37 | - Fixed pipe2 detection to use check_symbol_exists() | ||
37 | * Internal improvements | 38 | * Internal improvements |
38 | - Cleaned up parts of the conf directory. Simplified some logic, | 39 | - Cleaned up parts of the conf directory. Simplified some logic, |
39 | fixed memory leaks. | 40 | fixed memory leaks. |