mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-07-01 18:23:38 +08:00
more sm. tests
This commit is contained in:
@@ -155,6 +155,11 @@ static ERR_STRING_DATA ERR_str_libraries[] = {
|
||||
{ERR_PACK(ERR_LIB_FIPS, 0, 0), "FIPS routines"},
|
||||
{ERR_PACK(ERR_LIB_CMS, 0, 0), "CMS routines"},
|
||||
{ERR_PACK(ERR_LIB_HMAC, 0, 0), "HMAC routines"},
|
||||
# ifndef OPENSSL_NO_GMSSL
|
||||
{ERR_PACK(ERR_LIB_ECIES, 0, 0), "ECIES routines"},
|
||||
{ERR_PACK(ERR_LIB_SM2, 0, 0), "SM2 routines"},
|
||||
{ERR_PACK(ERR_LIB_SKF, 0, 0), "SKF routines"},
|
||||
# endif
|
||||
{0, NULL},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user