Clean TLS code

This commit is contained in:
Zhi Guan
2026-06-16 12:20:20 +08:00
parent b90587668c
commit 732a77c3a4
13 changed files with 381 additions and 589 deletions

View File

@@ -476,7 +476,7 @@ int tls13_client_main(int argc, char *argv[])
if (--argc < 1) goto bad;
infile = *(++argv);
} else if (!strcmp(*argv, "-verbose")) {
verbose = 1;
verbose = 5;
} else {
fprintf(stderr, "%s: invalid option '%s'\n", prog, *argv);
return 1;