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

Name

Description

exchange

Key‐exchange method to retain.

Created with MrDocs