EVP_RAND_CTX_free

Free an EVP_RAND_CTX and release associated resources.

Synopsis

Declared in <openssl/evp.h>

void
EVP_RAND_CTX_free(EVP_RAND_CTX* ctx);

Parameters

NameDescription
ctxRAND context to free, or NULL.