summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-08-05 16:13:47 -0400
committerBernard Normier <bernard@zeroc.com>2016-08-05 16:13:47 -0400
commit71a86f0fcb59a8ea0f4a2e51675630ddaac27a8f (patch)
tree188156deff284e60491e816af1c2ba06195d0474 /cpp/src/IceSSL
parentFixed type ID for well-known locator registry object (diff)
downloadice-71a86f0fcb59a8ea0f4a2e51675630ddaac27a8f.tar.bz2
ice-71a86f0fcb59a8ea0f4a2e51675630ddaac27a8f.tar.xz
ice-71a86f0fcb59a8ea0f4a2e51675630ddaac27a8f.zip
Reduced string converter caching
Diffstat (limited to 'cpp/src/IceSSL')
-rwxr-xr-xcpp/src/IceSSL/Certificate.cpp1
-rw-r--r--cpp/src/IceSSL/SChannelEngine.cpp1
-rwxr-xr-xcpp/src/IceSSL/Util.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/Certificate.cpp b/cpp/src/IceSSL/Certificate.cpp
index f1025e83c16..3fa4383bf30 100755
--- a/cpp/src/IceSSL/Certificate.cpp
+++ b/cpp/src/IceSSL/Certificate.cpp
@@ -16,6 +16,7 @@
#include <IceSSL/RFC2253.h>
#include <Ice/Object.h>
#include <Ice/Base64.h>
+#include <Ice/StringConverter.h>
#if defined(ICE_USE_OPENSSL)
# include <openssl/x509v3.h>
diff --git a/cpp/src/IceSSL/SChannelEngine.cpp b/cpp/src/IceSSL/SChannelEngine.cpp
index 2c3e13db1ae..fd99646b27e 100644
--- a/cpp/src/IceSSL/SChannelEngine.cpp
+++ b/cpp/src/IceSSL/SChannelEngine.cpp
@@ -13,6 +13,7 @@
#include <Ice/LocalException.h>
#include <Ice/Logger.h>
#include <Ice/Communicator.h>
+#include <Ice/StringConverter.h>
#include <IceUtil/StringUtil.h>
#include <IceUtil/FileUtil.h>
diff --git a/cpp/src/IceSSL/Util.cpp b/cpp/src/IceSSL/Util.cpp
index d75d8da861a..5b592797842 100755
--- a/cpp/src/IceSSL/Util.cpp
+++ b/cpp/src/IceSSL/Util.cpp
@@ -20,6 +20,7 @@
#include <Ice/LocalException.h>
#include <Ice/Network.h>
#include <Ice/Object.h>
+#include <Ice/StringConverter.h>
#include <fstream>
#ifdef ICE_USE_OPENSSL