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

Name

Description

cipher

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

Created with MrDocs