[#EVP_KEYMGMT_free] = EVP_KEYMGMT_free :mrdocs: Release a reference to a key‐management algorithm implementation. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EVP_KEYMGMT_free(xref:EVP_KEYMGMT.adoc[EVP_KEYMGMT]* keymgmt); ---- == Parameters [cols="1,4"] |=== | Name| Description | *keymgmt* | Implementation to free; NULL is ignored. Frees when the last reference is dropped. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#