Update tls.c

This commit is contained in:
Zhi Guan
2026-06-13 07:38:55 +08:00
parent 99fabca0cb
commit d8a9f446b3
3 changed files with 3 additions and 15 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.1016"
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1017"
int gmssl_version_num(void);
const char *gmssl_version_str(void);