Compile for beta versions of OpenSSL 1.0.0

This commit is contained in:
Ryan Dahl 2010-04-26 18:53:30 -07:00
parent 0802326fc9
commit c6248efd73

View File

@ -9,7 +9,7 @@
#include <errno.h>
#if OPENSSL_VERSION_NUMBER >= 0x1000000fL
#if OPENSSL_VERSION_NUMBER >= 0x10000000L
# define OPENSSL_CONST const
#else
# define OPENSSL_CONST