Created
April 25, 2017 13:02
-
-
Save rhizoome/5da1a98932b2f8ce6b27e194d205e9d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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