From d7bf245b0ca9002b5b22ea475095ecef89a088e3 Mon Sep 17 00:00:00 2001 From: Brent Cook <busterb@gmail.com> Date: Mon, 21 Mar 2022 05:27:12 -0500 Subject: update patch --- patches/handshake_table.c.patch | 8 ++++---- 1 file 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 @@ ---- tests/handshake_table.c.orig Sat Aug 22 18:51:52 2020 -+++ tests/handshake_table.c Fri Sep 4 04:04:26 2020 -@@ -479,6 +479,7 @@ +--- tests/handshake_table.c.orig Tue Mar 15 11:37:03 2022 ++++ tests/handshake_table.c Mon Mar 21 05:26:15 2022 +@@ -518,6 +518,7 @@ unsigned int depth = 0; int ch, graphviz = 0, print = 0; @@ -8,7 +8,7 @@ while ((ch = getopt(argc, argv, "Cg")) != -1) { switch (ch) { case 'C': -@@ -496,6 +497,7 @@ +@@ -535,6 +536,7 @@ if (argc != 0) usage(); -- cgit v1.2.3-55-g6feb