Fix last bit of the clienttest, needs ssl_pkt.c r1.66
authortb <tb@openbsd.org>
Tue, 11 Jul 2023 17:03:44 +0000 (17:03 +0000)
committertb <tb@openbsd.org>
Tue, 11 Jul 2023 17:03:44 +0000 (17:03 +0000)
regress/lib/libssl/client/clienttest.c

index c1c518b..8fb5a1d 100644 (file)
@@ -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,