Free a fetched or duplicated EVP_CIPHER method.
Synopsis
Declared in <openssl/evp.h>
void
EVP_CIPHER_free(EVP_CIPHER* cipher);
Parameters
Name |
Description |
cipher |
Cipher to free, or NULL. |
Created with MrDocs