aboutsummaryrefslogtreecommitdiff
path: root/patches/tlsexttest.c.patch
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2022-09-05 23:50:05 +0200
committerTheo Buehler <tb@openbsd.org>2022-09-05 23:50:05 +0200
commit08e05643394af41025b0e38251bb8d50c4a93db8 (patch)
tree49661fd9e6bbe14a4aed42ae1328c73c35ae4911 /patches/tlsexttest.c.patch
parentcc60b91ff244bc355ca27a14008e94ea15b5c082 (diff)
downloadportable-08e05643394af41025b0e38251bb8d50c4a93db8.tar.gz
portable-08e05643394af41025b0e38251bb8d50c4a93db8.tar.bz2
portable-08e05643394af41025b0e38251bb8d50c4a93db8.zip
Regen tlsexttestc.c.patch
Diffstat (limited to 'patches/tlsexttest.c.patch')
-rw-r--r--patches/tlsexttest.c.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/tlsexttest.c.patch b/patches/tlsexttest.c.patch
index 3c93df8..bc81da5 100644
--- a/patches/tlsexttest.c.patch
+++ b/patches/tlsexttest.c.patch
@@ -1,5 +1,5 @@
1--- tests/tlsexttest.c.orig Mon Aug 15 07:54:28 2022 1--- tests/tlsexttest.c.orig Mon Sep 5 22:30:36 2022
2+++ tests/tlsexttest.c Mon Aug 15 07:57:01 2022 2+++ tests/tlsexttest.c Mon Sep 5 22:32:52 2022
3@@ -1773,7 +1773,9 @@ static unsigned char tlsext_sni_client[] = { 3@@ -1773,7 +1773,9 @@ static unsigned char tlsext_sni_client[] = {
4 }; 4 };
5 5
@@ -39,7 +39,7 @@
39 if (!client_funcs->parse(ssl, SSL_TLSEXT_MSG_SH, &cbs, &alert)) { 39 if (!client_funcs->parse(ssl, SSL_TLSEXT_MSG_SH, &cbs, &alert)) {
40 FAIL("failed to parse server SNI\n"); 40 FAIL("failed to parse server SNI\n");
41 goto err; 41 goto err;
42@@ -3194,7 +3196,10 @@ unsigned char tlsext_clienthello_default[] = { 42@@ -3196,7 +3198,10 @@ unsigned char tlsext_clienthello_default[] = {
43 0x04, 0x03, 0x02, 0x01, 0x02, 0x03, 43 0x04, 0x03, 0x02, 0x01, 0x02, 0x03,
44 }; 44 };
45 45
@@ -51,7 +51,7 @@
51 51
52 static int 52 static int
53 test_tlsext_clienthello_build(void) 53 test_tlsext_clienthello_build(void)
54@@ -3280,18 +3285,18 @@ test_tlsext_clienthello_build(void) 54@@ -3282,18 +3287,18 @@ test_tlsext_clienthello_build(void)
55 goto err; 55 goto err;
56 } 56 }
57 57