aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-11-05 02:00:46 -0700
committerTheo Buehler <tb@openbsd.org>2024-11-05 02:00:46 -0700
commit13842ed91ed25c4cb535fe94f0e01ec93e017413 (patch)
tree4d529ebfc3b24d43bafdc527b12383e8c3bd9404
parent13a2874cc62ebbc87208f0034e938c0e70d1b9a3 (diff)
downloadportable-13842ed91ed25c4cb535fe94f0e01ec93e017413.tar.gz
portable-13842ed91ed25c4cb535fe94f0e01ec93e017413.tar.bz2
portable-13842ed91ed25c4cb535fe94f0e01ec93e017413.zip
tweak changelog
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba36c91..1a64821 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,7 +39,7 @@ LibreSSL Portable Release Notes:
39 - Corrected DER encoding for EC keys and parameters. 39 - Corrected DER encoding for EC keys and parameters.
40 - Polished EC_POINT_{oct2point,point2oct}() internals. 40 - Polished EC_POINT_{oct2point,point2oct}() internals.
41 - Reworked CPU capabilities detection. 41 - Reworked CPU capabilities detection.
42 - Improved the code setting EC points via compressed coordinates. 42 - Improved the code setting compressed coordinates for EC points.
43 * Compatibility changes 43 * Compatibility changes
44 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). 44 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto().
45 It has no effect since LibreSSL doesn't call atexit(). 45 It has no effect since LibreSSL doesn't call atexit().