summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/s3_lib.c')
-rw-r--r--src/lib/libssl/s3_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/s3_lib.c b/src/lib/libssl/s3_lib.c
index 929de03a3d..9a5e8cd2cc 100644
--- a/src/lib/libssl/s3_lib.c
+++ b/src/lib/libssl/s3_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: s3_lib.c,v 1.261 2026/07/31 03:59:50 kenjiro Exp $ */ 1/* $OpenBSD: s3_lib.c,v 1.262 2026/08/21 17:15:22 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -722,7 +722,7 @@ const SSL_CIPHER ssl3_ciphers[] = {
722 722
723#ifdef LIBRESSL_HAS_TLS1_3 723#ifdef LIBRESSL_HAS_TLS1_3
724 /* 724 /*
725 * TLSv1.3 cipher suites (RFC 8446). 725 * TLSv1.3 cipher suites (RFC 9846).
726 */ 726 */
727 { 727 {
728 .value = 0x1301, 728 .value = 0x1301,