We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ae378 commit b321f7dCopy full SHA for b321f7d
src/crypto/crypto_context.cc
@@ -13,6 +13,7 @@
13
14
#include <openssl/x509.h>
15
#include <openssl/pkcs12.h>
16
+#include <openssl/rand.h>
17
#ifndef OPENSSL_NO_ENGINE
18
#include <openssl/engine.h>
19
#endif // !OPENSSL_NO_ENGINE
src/crypto/crypto_random.cc
@@ -8,6 +8,7 @@
8
#include "v8.h"
9
10
#include <openssl/bn.h>
11
12
namespace node {
src/crypto/crypto_util.cc
@@ -20,6 +20,8 @@
20
#endif
21
22
23
24
+
25
26
27
using v8::ArrayBuffer;
0 commit comments