summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Util.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2006-04-25 18:25:05 +0000
committerMark Spruiell <mes@zeroc.com>2006-04-25 18:25:05 +0000
commit8399fc0295b7c1e00de0c57604d355ea20887d2c (patch)
tree9b581d27da5a6ff0a9e187b972db4c0b69f7a209 /cpp/src/IceSSL/Util.h
parentadding generated directory (diff)
downloadice-8399fc0295b7c1e00de0c57604d355ea20887d2c.tar.bz2
ice-8399fc0295b7c1e00de0c57604d355ea20887d2c.tar.xz
ice-8399fc0295b7c1e00de0c57604d355ea20887d2c.zip
minor cleanup in IceSSL
Diffstat (limited to 'cpp/src/IceSSL/Util.h')
-rw-r--r--cpp/src/IceSSL/Util.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/Util.h b/cpp/src/IceSSL/Util.h
index bbcd7f02619..85ead4379a8 100644
--- a/cpp/src/IceSSL/Util.h
+++ b/cpp/src/IceSSL/Util.h
@@ -67,8 +67,16 @@ bool splitString(const std::string&, const std::string&, bool, std::vector<std::
//
bool checkPath(std::string&, const std::string&, bool);
+//
+// Create a ConnectionInfo value.
+//
ConnectionInfo populateConnectionInfo(SSL*, SOCKET);
+//
+// Accumulate the OpenSSL error stack into a string.
+//
+std::string getSslErrors(bool);
+
}
#endif