mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-14 01:53:41 +08:00
first step of v2 final release
This commit is contained in:
@@ -196,8 +196,6 @@ ECIES_PARAMS *d2i_ECIESParameters(ECIES_PARAMS **param,
|
||||
goto end;
|
||||
}
|
||||
|
||||
OpenSSL_add_all_digests();
|
||||
|
||||
/* kdf */
|
||||
ret->kdf_nid = OBJ_obj2nid(asn1->kdf->algorithm);
|
||||
if (ret->kdf_nid != NID_x9_63_kdf) {
|
||||
|
||||
Reference in New Issue
Block a user