Tear down the secure heap after CRYPTO_secure_malloc_init() (when unused).
Synopsis
Declared in <openssl/crypto.h>
int
CRYPTO_secure_malloc_done();
Return Value
1 if the secure heap was released, or 0 if allocations remain / not initialised.
Created with MrDocs