Increment the reference count on a key management method.
Synopsis
Declared in <openssl/evp.h>
int
EVP_KEYMGMT_up_ref(EVP_KEYMGMT* keymgmt);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
keymgmt |
Method object to retain. |
Created with MrDocs