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:
authorMartins Abele <martins.abele@zabbix.com>2020-02-27 14:25:20 +0300
committerMartins Abele <martins.abele@zabbix.com>2020-02-27 14:25:20 +0300
commitf5f31058e24f17db077ca8dcdec3f704ce40a649 (patch)
treecc10d144fa897d70dc283a3a4ab5c4fd1a4e9d43 /include/zbxdb.h
parent946eee2b1257b672b54de2e6b5e096e440ddb3c0 (diff)
.......PS. [ZBXNEXT-2753] removed DBTLSConnect option 'preferred'
Diffstat (limited to 'include/zbxdb.h')
-rw-r--r--include/zbxdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zbxdb.h b/include/zbxdb.h
index 10909fb578c..9399d4eab0c 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -43,7 +43,6 @@
#error ZBX_MAX_OVERFLOW_SQL_SIZE is out of range
#endif
-#define ZBX_DB_TLS_CONNECT_PREFERRED_TXT "preferred"
#define ZBX_DB_TLS_CONNECT_REQUIRED_TXT "required"
#define ZBX_DB_TLS_CONNECT_VERIFY_CA_TXT "verify_ca"
#define ZBX_DB_TLS_CONNECT_VERIFY_FULL_TXT "verify_full"