aboutsummaryrefslogtreecommitdiff
path: root/patches/tlsexttest.c.patch
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2021-04-08 05:00:36 -0500
committerBrent Cook <busterb@gmail.com>2021-04-08 05:00:36 -0500
commit867b577d858d855140288a998f44f6c026456ad0 (patch)
treea56c1a1fccc1a1b3442f7171ad3fdbfd876a5444 /patches/tlsexttest.c.patch
parent3b8e24fde21c9fc28ed23dabf2d1f38a7eafe514 (diff)
downloadportable-867b577d858d855140288a998f44f6c026456ad0.tar.gz
portable-867b577d858d855140288a998f44f6c026456ad0.tar.bz2
portable-867b577d858d855140288a998f44f6c026456ad0.zip
rebase tlsexttest patch
Diffstat (limited to 'patches/tlsexttest.c.patch')
-rw-r--r--patches/tlsexttest.c.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/tlsexttest.c.patch b/patches/tlsexttest.c.patch
index 70a7efb..f81c196 100644
--- a/patches/tlsexttest.c.patch
+++ b/patches/tlsexttest.c.patch
@@ -1,5 +1,5 @@
1--- tests/tlsexttest.c.orig Sat Aug 22 18:51:52 2020 1--- tests/tlsexttest.c.orig Mon Apr 5 01:40:26 2021
2+++ tests/tlsexttest.c Fri Sep 4 04:04:26 2020 2+++ tests/tlsexttest.c Thu Apr 8 04:17:13 2021
3@@ -1658,7 +1658,9 @@ 3@@ -1658,7 +1658,9 @@
4 }; 4 };
5 5
@@ -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@@ -2788,18 +2793,18 @@ 54@@ -2791,18 +2796,18 @@
55 if (!CBB_finish(&cbb, &data, &dlen)) 55 if (!CBB_finish(&cbb, &data, &dlen))
56 errx(1, "failed to finish CBB"); 56 errx(1, "failed to finish CBB");
57 57