From 458280e67c6cd4b5434793cb7d8e199422b93083 Mon Sep 17 00:00:00 2001 From: TRodziewicz Date: Wed, 7 Jul 2021 11:33:06 +0200 Subject: [PATCH] Correction to outdated comment Signed-off-by: TRodziewicz --- library/ssl_misc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/ssl_misc.h b/library/ssl_misc.h index ce95432374..e16f4f4147 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h @@ -70,7 +70,8 @@ * - RFC 4346: ProtocolVersion version = { 3, 2 }; // TLS v1.1 * * We no longer support these versions, but some code still references those - * constants, for keep them for now until we clean up that code. + * constants as part of negotiating with the peer, so keep them available + * internally. */ #define MBEDTLS_SSL_MINOR_VERSION_1 1 #define MBEDTLS_SSL_MINOR_VERSION_2 2