MySQL 8.3.0
Source Code Documentation
xcom_network_provider_native_lib.h File Reference
#include "xcom/result.h"
#include "xcom/site_def.h"
#include <openssl/err.h>
#include <openssl/ssl.h>

Go to the source code of this file.

Classes

class  Xcom_network_provider_library
 
class  Xcom_network_provider_ssl_library
 

Macros

#define SYS_STRERROR_SIZE   512
 XCOM_WITHOUT_OPENSSL. More...
 
#define SSL_SUCCESS   1
 
#define SSL_ERROR   0
 

Variables

SSL_CTX * server_ctx
 
SSL_CTX * client_ctx
 

Macro Definition Documentation

◆ SSL_ERROR

#define SSL_ERROR   0

◆ SSL_SUCCESS

#define SSL_SUCCESS   1

◆ SYS_STRERROR_SIZE

#define SYS_STRERROR_SIZE   512

XCOM_WITHOUT_OPENSSL.

Variable Documentation

◆ client_ctx

SSL_CTX* client_ctx
extern

◆ server_ctx

SSL_CTX* server_ctx
extern