aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-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();