Browse Source

Compile for beta versions of OpenSSL 1.0.0

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
c6248efd73
  1. 2
      src/node_crypto.cc

2
src/node_crypto.cc

@ -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

Loading…
Cancel
Save