diff options
author | Jose <jose@zeroc.com> | 2015-06-10 17:17:41 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-06-10 17:17:41 +0200 |
commit | 2fa96b5ac8cd0741faecfffbb5841bdb927030fc (patch) | |
tree | 9a8cd9509944e1854623ceec70b56d2f1e95bd76 /cpp/src/IceSSL/SSLEngine.h | |
parent | Fixed JS operationsBidir test dispatch warning (ICE-6585) (diff) | |
download | ice-2fa96b5ac8cd0741faecfffbb5841bdb927030fc.tar.bz2 ice-2fa96b5ac8cd0741faecfffbb5841bdb927030fc.tar.xz ice-2fa96b5ac8cd0741faecfffbb5841bdb927030fc.zip |
Fix issue with IceSSL.InitOpenSSL and OpenSSLEngine destructor
Diffstat (limited to 'cpp/src/IceSSL/SSLEngine.h')
-rw-r--r-- | cpp/src/IceSSL/SSLEngine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/SSLEngine.h b/cpp/src/IceSSL/SSLEngine.h index a85c956fb6f..e199f1e1134 100644 --- a/cpp/src/IceSSL/SSLEngine.h +++ b/cpp/src/IceSSL/SSLEngine.h @@ -245,7 +245,6 @@ private: int parseProtocols(const Ice::StringSeq&) const; - bool _initOpenSSL; bool _initialized; SSL_CTX* _ctx; std::string _defaultDir; |