mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-13 03:46:26 +08:00
Add new EC/SM2 API
This commit is contained in:
@@ -737,3 +737,9 @@ end:
|
||||
BN_CTX_free(bn_ctx);
|
||||
return ret;
|
||||
}
|
||||
|
||||
EC_KEY *EC_KEY_merge(STACK_OF(EC_KEY) *ec_keys)
|
||||
{
|
||||
ECerr(EC_F_EC_KEY_MERGE, EC_R_NOT_IMPLEMENTED);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user