Increment the reference count of an EVP_PKEY.
Synopsis
Declared in <openssl/evp.h>
int
EVP_PKEY_up_ref(EVP_PKEY* pkey);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
pkey |
Key whose reference count is increased. |
Created with MrDocs