From 049ccb9764809d006b82956fed9d76fe3971bbcf Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 11 Jul 2023 17:03:44 +0000 Subject: Fix last bit of the clienttest, needs ssl_pkt.c r1.66 --- src/regress/lib/libssl/client/clienttest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/regress/lib/libssl/client/clienttest.c') diff --git a/src/regress/lib/libssl/client/clienttest.c b/src/regress/lib/libssl/client/clienttest.c index c1c518b08b..8fb5a1da7f 100644 --- a/src/regress/lib/libssl/client/clienttest.c +++ b/src/regress/lib/libssl/client/clienttest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clienttest.c,v 1.41 2023/07/11 08:31:34 tb Exp $ */ +/* $OpenBSD: clienttest.c,v 1.42 2023/07/11 17:03:44 tb Exp $ */ /* * Copyright (c) 2015 Joel Sing * @@ -213,7 +213,7 @@ static const uint8_t cipher_list_tls12_chacha[] = { }; static const uint8_t client_hello_tls12[] = { - 0x16, 0x03, 0x01, 0x00, 0xbb, 0x01, 0x00, 0x00, + 0x16, 0x03, 0x03, 0x00, 0xbb, 0x01, 0x00, 0x00, 0xb7, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -- cgit v1.2.3-55-g6feb