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 a43c81b commit a56af79Copy full SHA for a56af79
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
@@ -30,7 +30,9 @@ using ncrypto::BignumPointer;
30
using ncrypto::BIOPointer;
31
32
using ncrypto::DataPointer;
33
using ncrypto::EVPKeyCtxPointer;
using ncrypto::SSLCtxPointer;
0 commit comments