diff options
author | Theo Buehler <tb@openbsd.org> | 2024-10-12 11:55:08 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-10-12 11:55:08 -0600 |
commit | 3f9003232431b0c0fd5222efc6edcd8084746191 (patch) | |
tree | 4b0a11a30317dfdb6801464995f10067dcb2180b | |
parent | e8602bf84074c6356fe9edcd61028cecfda78bdc (diff) | |
download | portable-3f9003232431b0c0fd5222efc6edcd8084746191.tar.gz portable-3f9003232431b0c0fd5222efc6edcd8084746191.tar.bz2 portable-3f9003232431b0c0fd5222efc6edcd8084746191.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ LibreSSL Portable Release Notes: | |||
32 | * Internal improvements | 32 | * Internal improvements |
33 | - Cleaned up the error implementation. | 33 | - Cleaned up the error implementation. |
34 | - Many bug fixes and simplifications in the EC ASN.1 code. | 34 | - Many bug fixes and simplifications in the EC ASN.1 code. |
35 | * Compatibility changes | ||
36 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). | ||
37 | It has no effect since LibreSSL doesn't call atexit(). | ||
35 | 38 | ||
36 | 4.0.0 - To be released soon... | 39 | 4.0.0 - To be released soon... |
37 | 40 | ||