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;
34
34
using ncrypto::ClearErrorOnReturn;
35
35
using ncrypto::CryptoErrorList;
36
36
using ncrypto::DHPointer;
37
+ #ifndef OPENSSL_NO_ENGINE
37
38
using ncrypto::EnginePointer;
39
+ #endif // !OPENSSL_NO_ENGINE
38
40
using ncrypto::EVPKeyPointer;
39
41
using ncrypto::MarkPopErrorOnReturn;
40
42
using ncrypto::SSLPointer;
Original file line number Diff line number Diff line change @@ -30,7 +30,9 @@ using ncrypto::BignumPointer;
30
30
using ncrypto::BIOPointer;
31
31
using ncrypto::CryptoErrorList;
32
32
using ncrypto::DataPointer;
33
+ #ifndef OPENSSL_NO_ENGINE
33
34
using ncrypto::EnginePointer;
35
+ #endif // !OPENSSL_NO_ENGINE
34
36
using ncrypto::EVPKeyCtxPointer;
35
37
using ncrypto::SSLCtxPointer;
36
38
using ncrypto::SSLPointer;
You can’t perform that action at this time.
0 commit comments