Skip to content

Instantly share code, notes, and snippets.

@okumura
Created March 11, 2011 22:24
Show Gist options
  • Save okumura/866685 to your computer and use it in GitHub Desktop.
Save okumura/866685 to your computer and use it in GitHub Desktop.
OpenSSL finalization
#ifndef OPENSSL_NO_ENGINE
ENGINE_cleanup();
#endif
CRYPTO_cleanup_all_ex_data();
ERR_free_strings();
ERR_remove_state(0);
EVP_cleanup();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment