diff options
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 |