]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix description of version field of ssl connection struct
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Mon, 4 Dec 2023 13:27:23 +0000 (14:27 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 9 Jan 2025 16:06:56 +0000 (17:06 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22937)

ssl/ssl_local.h

index ff5f2f3ce26afcdcc528c11dad7aa58de4f0a468..6914bc6fd4971b636648c993468a0b3c97949dc0 100644 (file)
@@ -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;
     /*