summaryrefslogtreecommitdiff
path: root/cpp/include/IceSSL/IceSSL.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-11-24 10:11:45 +0100
committerJose <jose@zeroc.com>2016-11-24 10:11:45 +0100
commitcd0a9e3caeeb5ef8cee34a3f87a9566fc1a3ff8e (patch)
treeb3b2d10411a29ae8f584f3f349d34547dab0fe49 /cpp/include/IceSSL/IceSSL.h
parentCheck PCCERT_CHAIN_CONTEXT TrustStatus rather than CERT_SIMPLE_CHAIN TrustStatus (diff)
downloadice-cd0a9e3caeeb5ef8cee34a3f87a9566fc1a3ff8e.tar.bz2
ice-cd0a9e3caeeb5ef8cee34a3f87a9566fc1a3ff8e.tar.xz
ice-cd0a9e3caeeb5ef8cee34a3f87a9566fc1a3ff8e.zip
Port IceSSL/configuration test to UWP and fixes to UWP IceSSL implementation
Diffstat (limited to 'cpp/include/IceSSL/IceSSL.h')
-rw-r--r--cpp/include/IceSSL/IceSSL.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/include/IceSSL/IceSSL.h b/cpp/include/IceSSL/IceSSL.h
index 8bc0c8dee33..c4d46af7a9e 100644
--- a/cpp/include/IceSSL/IceSSL.h
+++ b/cpp/include/IceSSL/IceSSL.h
@@ -12,9 +12,7 @@
#include <IceUtil/PushDisableWarnings.h>
#include <Ice/Config.h>
-#if !defined(ICE_OS_WINRT)
-# include <IceSSL/Plugin.h>
-#endif
+#include <IceSSL/Plugin.h>
#include <IceSSL/EndpointInfo.h>
#include <IceSSL/ConnectionInfo.h>
#include <IceUtil/PopDisableWarnings.h>