Free an EVP_PKEY, decrementing its reference count.
Synopsis
Declared in <openssl/evp.h>
void
EVP_PKEY_free(EVP_PKEY* pkey);
Parameters
Name |
Description |
pkey |
Key to free, or NULL. |
Created with MrDocs