From cc55beefc82a76f8940db1cb5e3f9ba396d94304 Mon Sep 17 00:00:00 2001 From: Yorgos Thessalonikefs Date: Tue, 21 Jan 2025 17:35:00 +0100 Subject: [PATCH] Changelog entry for #1224: - Merge #1224 from Theo Buehler: Do not use DSA API unless USE_DSA is set. --- doc/Changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index ed6a09b5c..93e822d46 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -4,6 +4,8 @@ - Port to string only when needed before getaddrinfo(). - Do not open unencrypted channels next to encrypted ones on the same port. + - Merge #1224 from Theo Buehler: Do not use DSA API unless USE_DSA is + set. 21 January 2025: Wouter - Fix compile of interface check code when dnscrypt or quic is