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 59c5705 commit e2ef9a9Copy full SHA for e2ef9a9
addon/openssl-crypto.cc
@@ -5,6 +5,8 @@
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>
0 commit comments