File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ using ncrypto::BIOPointer;
3434using ncrypto::ClearErrorOnReturn;
3535using ncrypto::CryptoErrorList;
3636using ncrypto::DHPointer;
37+ #ifndef OPENSSL_NO_ENGINE
3738using ncrypto::EnginePointer;
39+ #endif // !OPENSSL_NO_ENGINE
3840using ncrypto::EVPKeyPointer;
3941using ncrypto::MarkPopErrorOnReturn;
4042using ncrypto::SSLPointer;
Original file line number Diff line number Diff line change @@ -29,7 +29,9 @@ namespace node {
2929using ncrypto::BignumPointer;
3030using ncrypto::BIOPointer;
3131using ncrypto::CryptoErrorList;
32+ #ifndef OPENSSL_NO_ENGINE
3233using ncrypto::EnginePointer;
34+ #endif // !OPENSSL_NO_ENGINE
3335using ncrypto::EVPKeyCtxPointer;
3436using ncrypto::SSLCtxPointer;
3537using ncrypto::SSLPointer;
You can’t perform that action at this time.
0 commit comments