EVP_add_cipher

Register cipher in the legacy EVP cipher name table.

Synopsis

Declared in <openssl/evp.h>

int
EVP_add_cipher(EVP_CIPHER const* cipher);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
cipherCipher method to add (must remain valid for the process lifetime).