[#EVP_PKEY_asn1_free] = EVP_PKEY_asn1_free :mrdocs: Free an EVP_PKEY_ASN1_METHOD allocated with EVP_PKEY_asn1_new(). == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EVP_PKEY_asn1_free(xref:EVP_PKEY_ASN1_METHOD.adoc[EVP_PKEY_ASN1_METHOD]* ameth); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ameth* | Method object to free; NULL is ignored. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#