Release a reference to a fetched asymmetric cipher algorithm.

Synopsis

Declared in <openssl/evp.h>

void
EVP_ASYM_CIPHER_free(EVP_ASYM_CIPHER* cipher);

Parameters

Name

Description

cipher

Algorithm to free; NULL is ignored.

Created with MrDocs