aboutsummaryrefslogtreecommitdiff
path: root/patches/tlsexttest.c.patch
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-02-27 05:37:43 -0600
committerBrent Cook <busterb@gmail.com>2022-02-27 05:37:43 -0600
commit115cf2d553e6310e02a117ebe9985b33c0be6245 (patch)
tree2b80844597bd63aa3863a5cde11bb067caf0a369 /patches/tlsexttest.c.patch
parent2f43da43c1b0bf55881ab9cd61b3d90ce03c485d (diff)
downloadportable-115cf2d553e6310e02a117ebe9985b33c0be6245.tar.gz
portable-115cf2d553e6310e02a117ebe9985b33c0be6245.tar.bz2
portable-115cf2d553e6310e02a117ebe9985b33c0be6245.zip
rebase patches
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 be73102..b1b8652 100644
--- a/patches/tlsexttest.c.patch
+++ b/patches/tlsexttest.c.patch
@@ -1,5 +1,5 @@
1--- tests/tlsexttest.c.orig Sun Feb 6 20:37:16 2022 1--- tests/tlsexttest.c.orig Fri Feb 18 16:30:40 2022
2+++ tests/tlsexttest.c Sun Feb 6 21:07:42 2022 2+++ tests/tlsexttest.c Mon Feb 21 05:39:35 2022
3@@ -1658,7 +1658,9 @@ 3@@ -1658,7 +1658,9 @@
4 }; 4 };
5 5
@@ -39,7 +39,7 @@
39 if (!tlsext_sni_client_parse(ssl, SSL_TLSEXT_MSG_SH, &cbs, &alert)) { 39 if (!tlsext_sni_client_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@@ -2746,7 +2748,10 @@ 42@@ -2747,7 +2749,10 @@
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@@ -2823,18 +2828,18 @@ 54@@ -2826,18 +2831,18 @@
55 goto err; 55 goto err;
56 } 56 }
57 57