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 e2ef9a9 commit efb7454Copy full SHA for efb7454
addon/openssl-crypto.cc
@@ -5,14 +5,14 @@
5
// This file provides native crypto hooks for OpenSSL 3 (the default since Node.js 18),
6
// allowing us to skip expensive round-trips between JS and C++.
7
8
-#include <stdexcept>
9
-
10
#include <openssl/crypto.h>
11
#include <openssl/err.h>
12
#include <openssl/evp.h>
13
#include <openssl/hmac.h>
14
#include <openssl/rand.h>
15
+#include <stdexcept>
+
16
#include "mongocrypt.h"
17
18
#ifdef _WIN32
0 commit comments