mirror of
https://gitee.com/openharmony/security_huks
synced 2024-12-14 01:59:03 +00:00
modify evp_pkey free
Signed-off-by: wang-yaya1117 <601214707@qq.com>
This commit is contained in:
parent
bd4ccead83
commit
61b103c494
@ -273,7 +273,6 @@ int32_t GetEvpKey(const struct HksBlob *keyBlob, EVP_PKEY *key, bool private)
|
||||
EC_KEY_free(eccKey);
|
||||
return HKS_FAILURE;
|
||||
}
|
||||
EC_KEY_free(eccKey);
|
||||
return HKS_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user