diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-04-25 18:25:05 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-04-25 18:25:05 +0000 |
commit | 8399fc0295b7c1e00de0c57604d355ea20887d2c (patch) | |
tree | 9b581d27da5a6ff0a9e187b972db4c0b69f7a209 /cpp/src/IceSSL/Util.h | |
parent | adding generated directory (diff) | |
download | ice-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.h | 8 |
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 |