Update tls_ctx_add_certificate_list_and_key

This commit is contained in:
Zhi Guan
2026-06-13 08:22:43 +08:00
parent 2e0b145342
commit dd870b2e59
3 changed files with 133 additions and 13 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.1018"
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1019"
int gmssl_version_num(void);
const char *gmssl_version_str(void);