Fix bound check

This commit is contained in:
Zhi Guan
2026-06-17 15:56:18 +08:00
parent b0928e7321
commit be94ca8268
3 changed files with 4 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ extern "C" {
#define GMSSL_VERSION_NUM 30200
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1074"
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1075"
int gmssl_version_num(void);
const char *gmssl_version_str(void);