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
Name |
Description |
ctx |
RAND context to free, or NULL. |
Created with MrDocs