[#EVP_add_cipher] = EVP_add_cipher :mrdocs: Register `cipher` in the legacy EVP cipher name table. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_add_cipher(xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const* cipher); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *cipher* | Cipher method to add (must remain valid for the process lifetime). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#