Unify tlcp/tls12/tls13_client behavior

This commit is contained in:
Zhi Guan
2026-06-13 07:26:51 +08:00
parent b3bc3bb803
commit 99fabca0cb
5 changed files with 340 additions and 61 deletions

View File

@@ -19,7 +19,7 @@ extern "C" {
// Also update CPACK_PACKAGE_VERSION in CMakeLists.txt
#define GMSSL_VERSION_NUM 30200
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1015"
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1016"
int gmssl_version_num(void);
const char *gmssl_version_str(void);