Skip to content
Commit 3c6c4a7b authored by Overmind JIANG's avatar Overmind JIANG
Browse files

Fix a leak when using `EVP_PKEY_get1_RSA`.

`EVP_PKEY_get1_RSA` returns a RSA structure with its reference count
increased by 1 and therefore we need to call `RSA_free` after finishing
using that value.
parent c0a0b800
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment