Duplicate a custom EVP_CIPHER method object (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
EVP_CIPHER*
EVP_CIPHER_meth_dup(EVP_CIPHER const* cipher);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Newly allocated EVP_CIPHER copy, or NULL on failure.

Parameters

Name

Description

cipher

Method to copy.

Created with MrDocs