mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-24 14:13:45 +08:00
update
This commit is contained in:
@@ -61,7 +61,7 @@ static int pkey_ec_init(EVP_PKEY_CTX *ctx)
|
||||
dctx->sign_type = NID_secg_scheme;
|
||||
dctx->exch_type = NID_secg_scheme;
|
||||
dctx->enc_type = NID_secg_scheme;
|
||||
dctx->enc_param = NID_undef;
|
||||
dctx->enc_param = NID_sm3;
|
||||
#endif
|
||||
ctx->data = dctx;
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user