Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlebs Ivanovskis <git-no-reply@zabbix.com>2016-03-03 19:05:31 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2016-03-03 19:05:31 +0300
commit424160164a26fcf45f7a4c4fcef95caf5d3f5533 (patch)
tree44da65d0a13adcd47cd345ac19f750d9beed24e3 /include/comms.h
parent17e7199f0ac0bcf117d01b19c43acdc044b7f6b8 (diff)
...G...PS. [ZBX-4148] renamed fields in zbx_tls_context structure
Diffstat (limited to 'include/comms.h')
-rw-r--r--include/comms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comms.h b/include/comms.h
index 343e57a6c2f..44eb75b09c7 100644
--- a/include/comms.h
+++ b/include/comms.h
@@ -66,7 +66,7 @@ zbx_buf_type_t;
#define ZBX_SOCKET_PEER_BUF_LEN 129
#if defined(HAVE_POLARSSL) || defined(HAVE_GNUTLS) || defined(HAVE_OPENSSL)
-typedef struct zbx_tls_ctx *zbx_tls_context_t;
+typedef struct zbx_tls_context *zbx_tls_context_t;
#endif
typedef struct
@@ -77,7 +77,7 @@ typedef struct
char *buffer;
char *next_line;
#if defined(HAVE_POLARSSL) || defined(HAVE_GNUTLS) || defined(HAVE_OPENSSL)
- zbx_tls_context_t context;
+ zbx_tls_context_t tls_ctx;
#endif
unsigned int connection_type; /* type of connection actually established: */
/* ZBX_TCP_SEC_UNENCRYPTED, ZBX_TCP_SEC_TLS_PSK or */