EVP_KEYEXCH_up_ref

Increment the reference count on a key-exchange algorithm object.

Synopsis

Declared in <openssl/evp.h>

int
EVP_KEYEXCH_up_ref(EVP_KEYEXCH* exchange);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
exchangeKey-exchange method to retain.