aboutsummaryrefslogtreecommitdiff
path: root/patches/handshake_table.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/handshake_table.c.patch')
-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 46f2adb..b0a9f5b 100644
--- a/patches/handshake_table.c.patch
+++ b/patches/handshake_table.c.patch
@@ -1,6 +1,6 @@
1--- tests/handshake_table.c.orig Mon May 4 23:28:43 2020 1--- tests/handshake_table.c.orig Sat Aug 22 18:51:52 2020
2+++ tests/handshake_table.c Mon May 4 23:29:50 2020 2+++ tests/handshake_table.c Fri Sep 4 04:04:26 2020
3@@ -477,6 +477,7 @@ 3@@ -479,6 +479,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@@ -494,6 +495,7 @@ 11@@ -496,6 +497,7 @@
12 12
13 if (argc != 0) 13 if (argc != 0)
14 usage(); 14 usage();