Deinitialize OpenSSL: run atexit handlers, free global crypto state, and stop threads.
Synopsis
Declared in <openssl/crypto.h>
void
OPENSSL_cleanup();
Description
After this call, most OpenSSL APIs must not be used until the process re‐initializes.
Created with MrDocs