Release a reference to an EVP_RAND obtained from EVP_RAND_fetch.

Synopsis

Declared in <openssl/evp.h>

void
EVP_RAND_free(EVP_RAND* rand);

Parameters

Name

Description

rand

RNG method to free, or NULL.

Created with MrDocs