mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-29 01:03:38 +08:00
Update TLS print
This commit is contained in:
@@ -230,7 +230,7 @@ int tls13_client_main(int argc, char *argv[])
|
||||
int port = 443;
|
||||
|
||||
// cipher_suites
|
||||
int cipher_suites[4];
|
||||
int cipher_suites[TLS_MAX_CIPHER_SUITES];
|
||||
size_t cipher_suites_cnt = 0;
|
||||
|
||||
// CA certificates
|
||||
|
||||
Reference in New Issue
Block a user