Fix sm2_decrypt overflow

This commit is contained in:
Zhi Guan
2026-06-16 23:27:46 +08:00
parent e180ed8e9b
commit 80c754976c
3 changed files with 15 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.1064"
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1065"
int gmssl_version_num(void);
const char *gmssl_version_str(void);