Skip to content

Instantly share code, notes, and snippets.

@gdemarcsek
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdemarcsek/9e4c8d6cb49807c9ee44 to your computer and use it in GitHub Desktop.
Save gdemarcsek/9e4c8d6cb49807c9ee44 to your computer and use it in GitHub Desktop.
OpenSSL initialization
CRYPTO_malloc_init();
OPENSSL_config(NULL);
SSL_load_error_strings();
ERR_load_BIO_strings();
SSL_library_init();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment