forked from libressl/portable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Land libressl#586, Enable handshake_table regression test
- Loading branch information
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- tests/handshake_table.c.orig Mon May 4 23:28:43 2020 | ||
+++ tests/handshake_table.c Mon May 4 23:29:50 2020 | ||
@@ -477,6 +477,7 @@ | ||
unsigned int depth = 0; | ||
int ch, graphviz = 0, print = 0; | ||
|
||
+#ifndef _MSC_VER | ||
while ((ch = getopt(argc, argv, "Cg")) != -1) { | ||
switch (ch) { | ||
case 'C': | ||
@@ -494,6 +495,7 @@ | ||
|
||
if (argc != 0) | ||
usage(); | ||
+#endif | ||
|
||
if (graphviz && print) | ||
usage(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters