![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "cSSLCompileOptions.h"
#include "GrayLib/include/SSL/SSLTypes.h"
#include "GrayLib/include/Cert/cX509.h"
#include "GraySSLError.tbl"
Go to the source code of this file.
Namespaces | |
GraySSL | |
Macros | |
#define | GRAYSSL_LINK __DECL_IMPORT |
#define | FACILITY_GRAYSSL 0x101 |
#define | GRAYSSL_ERR(a, b, c) GRAYSSL_ERR_##a = b, |
Enumerations | |
enum | GraySSL::GRAYSSL_ERR_t { GraySSL::GRAYSSL_ERR_MASK = 0x00FF } |
Functions | |
HRESULT | GraySSL::GRAYSSL_ERR1 (GRAYSSL_ERR_t b) |
Internal header file.
#define FACILITY_GRAYSSL 0x101 |
#define GRAYSSL_ERR | ( | a, | |
b, | |||
c | |||
) | GRAYSSL_ERR_##a = b, |
#define GRAYSSL_LINK __DECL_IMPORT |