summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/OpenSSLPluginI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLPluginI.cpp')
-rw-r--r--cpp/src/IceSSL/OpenSSLPluginI.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IceSSL/OpenSSLPluginI.cpp b/cpp/src/IceSSL/OpenSSLPluginI.cpp
index 03bc1c9f1fb..1116c7405ac 100644
--- a/cpp/src/IceSSL/OpenSSLPluginI.cpp
+++ b/cpp/src/IceSSL/OpenSSLPluginI.cpp
@@ -142,7 +142,7 @@ IceSSL::OpenSSL::PluginI::createConnection(ContextType connectionType, int socke
{
UnsupportedContextException unsupportedException(__FILE__, __LINE__);
- unsupportedException._message = "unable to create client/server connections";
+ unsupportedException.message = "unable to create client/server connections";
throw unsupportedException;
}
@@ -298,8 +298,8 @@ IceSSL::OpenSSL::PluginI::loadConfig(ContextType contextType,
}
}
- configEx._message = "no ssl configuration file specified for ";
- configEx._message += contextString;
+ configEx.message = "no ssl configuration file specified for ";
+ configEx.message += contextString;
throw configEx;
}