mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-27 15:43:42 +08:00
Update TLS print
This commit is contained in:
@@ -134,7 +134,7 @@ int tls12_server_main(int argc , char **argv)
|
||||
int ret = 1;
|
||||
char *prog = argv[0];
|
||||
int port = 443;
|
||||
int cipher_suites[4];
|
||||
int cipher_suites[TLS_MAX_CIPHER_SUITES];
|
||||
size_t cipher_suites_cnt = 0;
|
||||
int supported_groups[4];
|
||||
size_t supported_groups_cnt = 0;
|
||||
|
||||
Reference in New Issue
Block a user