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 c398370 commit 90de671Copy full SHA for 90de671
src/crypto/crypto_context.cc
@@ -34,7 +34,9 @@ using ncrypto::BIOPointer;
34
using ncrypto::ClearErrorOnReturn;
35
using ncrypto::CryptoErrorList;
36
using ncrypto::DHPointer;
37
+#ifndef OPENSSL_NO_ENGINE
38
using ncrypto::EnginePointer;
39
+#endif // !OPENSSL_NO_ENGINE
40
using ncrypto::EVPKeyPointer;
41
using ncrypto::MarkPopErrorOnReturn;
42
using ncrypto::SSLPointer;
src/crypto/crypto_util.cc
@@ -29,7 +29,9 @@ namespace node {
29
using ncrypto::BignumPointer;
30
using ncrypto::BIOPointer;
31
32
33
using ncrypto::EVPKeyCtxPointer;
using ncrypto::SSLCtxPointer;
0 commit comments