Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
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__)
16#else
17# include <IceSSL/OpenSSL.h>
18#endif
19
20#include <IceSSL/EndpointInfo.h>
23
24#endif