[#EVP_RAND_CTX_free] = EVP_RAND_CTX_free :mrdocs: Free an EVP_RAND_CTX and release associated resources. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EVP_RAND_CTX_free(xref:EVP_RAND_CTX.adoc[EVP_RAND_CTX]* ctx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | RAND context to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#