diff options
Diffstat (limited to 'src/node_crypto.h')
-rw-r--r-- | src/node_crypto.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/node_crypto.h b/src/node_crypto.h index aa210df80b..aa275cc32d 100644 --- a/src/node_crypto.h +++ b/src/node_crypto.h @@ -23,8 +23,12 @@ #define SRC_NODE_CRYPTO_H_ #include "node.h" - #include "node_object_wrap.h" + +#ifdef OPENSSL_NPN_NEGOTIATED +#include "node_buffer.h" +#endif + #include "v8.h" #include <openssl/ssl.h> @@ -37,10 +41,6 @@ #include <openssl/rand.h> #include <openssl/pkcs12.h> -#ifdef OPENSSL_NPN_NEGOTIATED -#include "node_buffer.h" -#endif - #define EVP_F_EVP_DECRYPTFINAL 101 |