diff options
author | tb <> | 2023-07-11 17:03:44 +0000 |
---|---|---|
committer | tb <> | 2023-07-11 17:03:44 +0000 |
commit | 049ccb9764809d006b82956fed9d76fe3971bbcf (patch) | |
tree | 8b16484d5968c5c98db4d2e13cca49d475a5d009 | |
parent | 4b13710d9ba5f958b4d970ae717d178937994f6e (diff) | |
download | openbsd-049ccb9764809d006b82956fed9d76fe3971bbcf.tar.gz openbsd-049ccb9764809d006b82956fed9d76fe3971bbcf.tar.bz2 openbsd-049ccb9764809d006b82956fed9d76fe3971bbcf.zip |
Fix last bit of the clienttest, needs ssl_pkt.c r1.66
-rw-r--r-- | src/regress/lib/libssl/client/clienttest.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | /* $OpenBSD: clienttest.c,v 1.41 2023/07/11 08:31:34 tb Exp $ */ | 1 | /* $OpenBSD: clienttest.c,v 1.42 2023/07/11 17:03:44 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2015 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2015 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -213,7 +213,7 @@ static const uint8_t cipher_list_tls12_chacha[] = { | |||
213 | }; | 213 | }; |
214 | 214 | ||
215 | static const uint8_t client_hello_tls12[] = { | 215 | static const uint8_t client_hello_tls12[] = { |
216 | 0x16, 0x03, 0x01, 0x00, 0xbb, 0x01, 0x00, 0x00, | 216 | 0x16, 0x03, 0x03, 0x00, 0xbb, 0x01, 0x00, 0x00, |
217 | 0xb7, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, | 217 | 0xb7, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, |
218 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 218 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
219 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 219 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |