Duplicate a custom EVP_CIPHER method object (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
EVP_CIPHER*
EVP_CIPHER_meth_dup(EVP_CIPHER const* cipher);
Deprecated. Use of this entity is allowed but discouraged.
Newly allocated EVP_CIPHER copy, or NULL on failure.
| Name | Description |
|---|---|
| cipher | Method to copy. |