Free an EVP_PKEY_CTX and release associated resources.
Synopsis
Declared in <openssl/evp.h>
void
EVP_PKEY_CTX_free(EVP_PKEY_CTX* ctx);
Parameters
Name |
Description |
ctx |
Key context to free, or NULL. |
Created with MrDocs