Skip to content

Instantly share code, notes, and snippets.

@rhizoome
Created April 25, 2017 13:02
Show Gist options
  • Save rhizoome/5da1a98932b2f8ce6b27e194d205e9d1 to your computer and use it in GitHub Desktop.
Save rhizoome/5da1a98932b2f8ce6b27e194d205e9d1 to your computer and use it in GitHub Desktop.
#ifdef LIBRESSL_VERSION_NUMBER
# define CH_OPENSSL_10_API
# define CH_LIBRESSL
#else
# define CH_OPENSSL
# if (OPENSSL_VERSION_NUMBER <= 0x10100000L)
# define CH_OPENSSL_10_API
# endif
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment