From ba5ae4fd8390249ef5a6450c45bf7bc52bf767ed Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Sat, 30 May 2020 08:40:49 -0600 Subject: [PATCH] change 'the s_client' to 'openssl(1) s_client' --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 089ee11..21fa536 100644 --- a/ChangeLog +++ b/ChangeLog @@ -80,7 +80,7 @@ LibreSSL Portable Release Notes: * The client must advertise exactly the "null" compression method in its legacy_compression_methods, nothing else. - * Incorrect use of sockaddr instead of sockaddr_storage in the + * Incorrect use of sockaddr instead of sockaddr_storage in openssl(1) s_client could lead to using 14 bytes of stack garbage instead of an IPv6 address in DTLS mode.