From 9cb08822a16d19034d2a12ccb2bfe04ef0347317 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sat, 12 Feb 2022 00:44:24 +0100 Subject: [PATCH] Minor clarification Signed-off-by: Gilles Peskine --- ChangeLog.d/ssl_context-version_number.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/ssl_context-version_number.txt b/ChangeLog.d/ssl_context-version_number.txt index 97395f4352..b5951d0b90 100644 --- a/ChangeLog.d/ssl_context-version_number.txt +++ b/ChangeLog.d/ssl_context-version_number.txt @@ -1,3 +1,3 @@ Features - * Add a function to access the TLS version from a context in a form that's - easy to compare. Fixes #5407. + * Add a function to access the protocol version from an SSL context in a + form that's easy to compare. Fixes #5407.