aboutsummaryrefslogtreecommitdiff
path: root/patches/handshake_table.c.patch
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-03-21 05:27:12 -0500
committerBrent Cook <busterb@gmail.com>2022-03-21 05:27:12 -0500
commitd7bf245b0ca9002b5b22ea475095ecef89a088e3 (patch)
tree1b19cee99fa84b2430425e51cf77051759bb57ef /patches/handshake_table.c.patch
parentf6deadbec9bd455ef1851da07ab7ecd401a92d6d (diff)
downloadportable-d7bf245b0ca9002b5b22ea475095ecef89a088e3.tar.gz
portable-d7bf245b0ca9002b5b22ea475095ecef89a088e3.tar.bz2
portable-d7bf245b0ca9002b5b22ea475095ecef89a088e3.zip
update patch
Diffstat (limited to '')
-rw-r--r--patches/handshake_table.c.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/handshake_table.c.patch b/patches/handshake_table.c.patch
index b0a9f5b..f3a4004 100644
--- a/patches/handshake_table.c.patch
+++ b/patches/handshake_table.c.patch
@@ -1,6 +1,6 @@
1--- tests/handshake_table.c.orig Sat Aug 22 18:51:52 2020 1--- tests/handshake_table.c.orig Tue Mar 15 11:37:03 2022
2+++ tests/handshake_table.c Fri Sep 4 04:04:26 2020 2+++ tests/handshake_table.c Mon Mar 21 05:26:15 2022
3@@ -479,6 +479,7 @@ 3@@ -518,6 +518,7 @@
4 unsigned int depth = 0; 4 unsigned int depth = 0;
5 int ch, graphviz = 0, print = 0; 5 int ch, graphviz = 0, print = 0;
6 6
@@ -8,7 +8,7 @@
8 while ((ch = getopt(argc, argv, "Cg")) != -1) { 8 while ((ch = getopt(argc, argv, "Cg")) != -1) {
9 switch (ch) { 9 switch (ch) {
10 case 'C': 10 case 'C':
11@@ -496,6 +497,7 @@ 11@@ -535,6 +536,7 @@
12 12
13 if (argc != 0) 13 if (argc != 0)
14 usage(); 14 usage();