EVP_KEYMGMT_up_ref

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

NameDescription
keymgmtMethod object to retain.