Free an EVP_PKEY_ASN1_METHOD allocated with EVP_PKEY_asn1_new().
Synopsis
Declared in <openssl/evp.h>
void
EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD* ameth);
Parameters
Name |
Description |
ameth |
Method object to free; NULL is ignored. |
Created with MrDocs