Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto.h')
-rw-r--r--src/node_crypto.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/node_crypto.h b/src/node_crypto.h
index 87a5340147c..9fcddf01338 100644
--- a/src/node_crypto.h
+++ b/src/node_crypto.h
@@ -22,10 +22,10 @@
#ifndef SRC_NODE_CRYPTO_H_
#define SRC_NODE_CRYPTO_H_
-#include <node.h>
+#include "node.h"
-#include <node_object_wrap.h>
-#include <v8.h>
+#include "node_object_wrap.h"
+#include "v8.h"
#include <openssl/ssl.h>
#include <openssl/err.h>
@@ -37,7 +37,7 @@
#include <openssl/rand.h>
#ifdef OPENSSL_NPN_NEGOTIATED
-#include <node_buffer.h>
+#include "node_buffer.h"
#endif
#define EVP_F_EVP_DECRYPTFINAL 101