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 Mednis <Andris.Mednis@zabbix.com>2020-02-05 20:20:25 +0300
committerAndris Mednis <Andris.Mednis@zabbix.com>2020-02-05 20:20:25 +0300
commit742e0059699fd7c0647f18716d02229ce7830a0f (patch)
tree188609dde0ff312cf538dd4145550edc1c6fe4d0 /include/zbxcrypto.h
parentfb8b776fabc2ed2c4374d6de3b45fabaa7e9a3ba (diff)
...G...PS. [ZBXNEXT-5716] removed mbedTLS support from .h and .c files
Diffstat (limited to 'include/zbxcrypto.h')
-rw-r--r--include/zbxcrypto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zbxcrypto.h b/include/zbxcrypto.h
index f84896ec2c8..5d88553e363 100644
--- a/include/zbxcrypto.h
+++ b/include/zbxcrypto.h
@@ -20,7 +20,7 @@
#ifndef ZABBIX_ZBXCRYPTO_H
#define ZABBIX_ZBXCRYPTO_H
-#if defined(HAVE_POLARSSL) || defined(HAVE_GNUTLS) || defined(HAVE_OPENSSL)
+#if defined(HAVE_GNUTLS) || defined(HAVE_OPENSSL)
#if defined(_WINDOWS)
@@ -39,6 +39,6 @@ void zbx_tls_free(void);
void zbx_tls_free_on_signal(void);
void zbx_tls_version(void);
-#endif /* #if defined(HAVE_POLARSSL) || defined(HAVE_GNUTLS) || defined(HAVE_OPENSSL) */
+#endif /* #if defined(HAVE_GNUTLS) || defined(HAVE_OPENSSL) */
#endif /* ZABBIX_DISK_H */