From: Frederik Wedel-Heinen Date: Mon, 4 Dec 2023 13:27:23 +0000 (+0100) Subject: Fix description of version field of ssl connection struct X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5e3c1552360a8e8551a76e06171eab1c9b3da3c;p=thirdparty%2Fopenssl.git Fix description of version field of ssl connection struct Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/22937) --- diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h index ff5f2f3ce26..6914bc6fd49 100644 --- a/ssl/ssl_local.h +++ b/ssl/ssl_local.h @@ -1228,8 +1228,9 @@ struct ssl_connection_st { SSL *user_ssl; /* - * protocol version (one of SSL2_VERSION, SSL3_VERSION, TLS1_VERSION, - * DTLS1_VERSION) + * protocol version (one of SSL3_VERSION, TLS1_VERSION, TLS1_1_VERSION, + * TLS1_2_VERSION, TLS1_3_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, + * DTLS1_3_VERSION) */ int version; /*