Allocate an empty EVP_PKEY object.
Synopsis
Declared in <openssl/evp.h>
EVP_PKEY*
EVP_PKEY_new();
Return Value
New EVP_PKEY with reference count 1, or NULL on allocation failure.
Created with MrDocs