Free a custom EVP_CIPHER created with EVP_CIPHER_meth_new() (deprecated).
Synopsis
Declared in <openssl/evp.h>
[[deprecated]]
void
EVP_CIPHER_meth_free(EVP_CIPHER* cipher);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
cipher |
Cipher method to free, or NULL. |
Created with MrDocs