[#OPENSSL_cleanup] = OPENSSL_cleanup :mrdocs: Deinitialize OpenSSL: run atexit handlers, free global crypto state, and stop threads. == Synopsis Declared in `<openssl/crypto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OPENSSL_cleanup(); ---- == Description After this call, most OpenSSL APIs must not be used until the process re‐initializes. [.small]#Created with https://www.mrdocs.com[MrDocs]#