mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-27 15:43:42 +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
|
||||
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ extern "C" {
|
||||
|
||||
|
||||
#define GMSSL_VERSION_NUM 30200
|
||||
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1114"
|
||||
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1115"
|
||||
|
||||
int gmssl_version_num(void);
|
||||
const char *gmssl_version_str(void);
|
||||
|
||||
Reference in New Issue
Block a user