EVP_RAND_free

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

NameDescription
randRNG method to free, or NULL.