Update verbose control

This commit is contained in:
Zhi Guan
2026-06-20 10:38:38 +08:00
parent 9daea7c7ae
commit e27300f00a
15 changed files with 112 additions and 52 deletions

View File

@@ -329,7 +329,7 @@ int tls13_server_main(int argc , char **argv)
} else if (!strcmp(*argv, "-tls13_change_cipher_spec")) {
tls13_change_cipher_spec = 1;
} else if (!strcmp(*argv, "-verbose")) {
verbose = 5;
verbose = TLS_verbose;
} else {
fprintf(stderr, "%s: invalid option '%s'\n", prog, *argv);
return 1;