mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-27 07:33:41 +08:00
Update verbose control
This commit is contained in:
@@ -806,6 +806,11 @@ enum {
|
||||
TLS_client_mode = 1,
|
||||
};
|
||||
|
||||
enum {
|
||||
TLS_verbose = 1,
|
||||
TLS_verbose_print_key = 5,
|
||||
};
|
||||
|
||||
#define TLS_MAX_CIPHER_SUITES_COUNT 64
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user