EVP_PKEY_free

Frees an EVP_PKEY structure

Decrements the reference count of key, and frees if it the reference count has dropped to zero.

extern (C)
void
EVP_PKEY_free

Parameters

key EVP_PKEY*

the key to be freed

Meta