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:
authorAndris Zeila <andris.zeila@zabbix.com>2019-12-04 11:38:09 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2019-12-04 11:38:43 +0300
commit135111a0fd1f16f203226f8632881ac0a8bf541a (patch)
tree7227ecade845225e5e656fa90778c4c843302a74 /src/zabbix_agent/listener.c
parent1b82a278782e22c3d0b0e3f1dd05df219f4e6397 (diff)
.......... [ZBXNEXT-5609] fixed builds with custom openssl location
* commit '4855dd3116fabaf2a109832a6b0ebd4931cb10e5': .......... [ZBXNEXT-5609] fixed builds with custom openssl location (cherry picked from commit eca7009488f12a982711f07ce3ab6c06d7ae0d4c)
Diffstat (limited to 'src/zabbix_agent/listener.c')
-rw-r--r--src/zabbix_agent/listener.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_agent/listener.c b/src/zabbix_agent/listener.c
index 50a1f486cc6..4c736d52561 100644
--- a/src/zabbix_agent/listener.c
+++ b/src/zabbix_agent/listener.c
@@ -37,7 +37,7 @@ extern ZBX_THREAD_LOCAL int server_num, process_num;
# include "daemon.h"
#endif
-#include "../libs/zbxcrypto/tls.h"
+#include "zbxcrypto.h"
#include "../libs/zbxcrypto/tls_tcp_active.h"
static void process_listener(zbx_socket_t *s)