More tests

This commit is contained in:
Zhi Guan
2022-03-21 13:11:41 +08:00
parent ad1a4d66f9
commit 5ea884ce8f
50 changed files with 3319 additions and 1040 deletions

View File

@@ -54,7 +54,7 @@ int gmssl_version_num(void)
return GMSSL_VERSION_NUM;
}
const char *gmssl_version(void)
const char *gmssl_version_str(void)
{
return GMSSL_VERSION_STR;
}