Ice 3.7 C++11 API Reference
IceSSL.h
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #ifndef ICESSL_ICESSL_H
6 #define ICESSL_ICESSL_H
7 
9 #include <Ice/Config.h>
10 #include <IceSSL/Plugin.h>
11 
12 #if defined(_WIN32)
13 # include <IceSSL/SChannel.h>
14 #elif defined(__APPLE__)
15 # include <IceSSL/SecureTransport.h>
16 #else
17 # include <IceSSL/OpenSSL.h>
18 #endif
19 
20 #include <IceSSL/EndpointInfo.h>
21 #include <IceSSL/ConnectionInfo.h>
23 
24 #endif
OpenSSL.h
PushDisableWarnings.h
SecureTransport.h
Config.h
EndpointInfo.h
ConnectionInfo.h
SChannel.h
Plugin.h
PopDisableWarnings.h