[#EVP_ASYM_CIPHER_free] = EVP_ASYM_CIPHER_free :mrdocs: Release a reference to a fetched asymmetric cipher algorithm. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EVP_ASYM_CIPHER_free(xref:EVP_ASYM_CIPHER.adoc[EVP_ASYM_CIPHER]* cipher); ---- == Parameters [cols="1,4"] |=== | Name| Description | *cipher* | Algorithm to free; NULL is ignored. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#