summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SystemOpenSSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/SystemOpenSSL.h')
-rw-r--r--cpp/src/Ice/SystemOpenSSL.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Ice/SystemOpenSSL.h b/cpp/src/Ice/SystemOpenSSL.h
index 0a6a28dc7ad..84d7d16d35a 100644
--- a/cpp/src/Ice/SystemOpenSSL.h
+++ b/cpp/src/Ice/SystemOpenSSL.h
@@ -39,7 +39,8 @@ class GeneralConfig;
namespace OpenSSL
{
-
+
+// TODO: Make these map<int, RSAPrivateKeyPtr> and something similar for DH.
typedef std::map<int,RSA*> RSAMap;
typedef std::map<int,DH*> DHMap;
@@ -116,7 +117,7 @@ private:
long loadRandFiles(const std::string&);
void initRandSystem(const std::string&);
- // Load the temporary (ephemeral) certificates for Server operations
+ // Load the temporary (ephemeral) certificates for Server operations.
void loadTempCerts(IceSSL::TempCertificates&);
friend class IceSSL::Factory;