summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-07-11 17:03:45 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-07-11 17:03:45 +0000
commite62a2d111df395213c71f8b89889b68778cdf82f (patch)
tree6e80d32444aa7876c74b14c6415830c03ef869fb /regress/lib
parent1671d18eb41d169fba3d15ab897db0c986cfd4fd (diff)
Fix last bit of the clienttest, needs ssl_pkt.c r1.66
Diffstat (limited to 'regress/lib')
-rw-r--r--regress/lib/libssl/client/clienttest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/client/clienttest.c b/regress/lib/libssl/client/clienttest.c
index c1c518b08b6..8fb5a1da7f5 100644
--- a/regress/lib/libssl/client/clienttest.c
+++ b/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 <jsing@openbsd.org>
*
@@ -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,