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 @@ -30,7 +30,9 @@ using ncrypto::BignumPointer;
3030using ncrypto::BIOPointer;
3131using ncrypto::CryptoErrorList;
3232using ncrypto::DataPointer;
33+ #ifndef OPENSSL_NO_ENGINE
3334using ncrypto::EnginePointer;
35+ #endif // !OPENSSL_NO_ENGINE
3436using ncrypto::EVPKeyCtxPointer;
3537using ncrypto::SSLCtxPointer;
3638using ncrypto::SSLPointer;
You can’t perform that action at this time.
0 commit comments