From d20cd80068fd1a82c1335bee4bc982f2f5541b90 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 10 Aug 2024 00:44:34 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0859d51c89..5de9b642ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -97,7 +97,7 @@ LibreSSL Portable Release Notes: - i2d_ASN1_OBJECT() now returns -1 on error like most other i2d_*. - SPKAC support was removed from openssl(1) - Added TLS1-PRF support to the EVP interface. - - Removed ssl2.h and ssl23.h. + - Removed ssl2.h, ssl23.h, and ui_compat.h. - Support for attributes in EVP_PKEYs was removed. - Added SSL_CTX_set1_cert_store() * Bug fixes