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
path: root/src
diff options
context:
space:
mode:
authorAndris Mednis <Andris.Mednis@zabbix.com>2022-04-06 14:01:28 +0300
committerAndris Mednis <Andris.Mednis@zabbix.com>2022-04-06 14:01:28 +0300
commit2bf854585843237f8d031b27bca6cbbb8392689a (patch)
tree3acf7240375ec4b94e6a93b727f685f49553a9b7 /src
parentd61c86d0eaf5d6a0aefc93e62f92bc677eaf2faf (diff)
...G...... [ZBXNEXT-7120] improved coding style in zbx_set_ecdhe_parameters()
Diffstat (limited to 'src')
-rw-r--r--src/go/pkg/tls/tls.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/go/pkg/tls/tls.go b/src/go/pkg/tls/tls.go
index 82bead65eb3..4514eb8ec3c 100644
--- a/src/go/pkg/tls/tls.go
+++ b/src/go/pkg/tls/tls.go
@@ -291,6 +291,7 @@ static int zbx_set_ecdhe_parameters(SSL_CTX *ctx)
if (1 != (res = SSL_CTX_set1_groups(ctx, grp_list, ARRSIZE(grp_list))))
ret = -1;
+#undef ARRSIZE
#else
EC_KEY *ecdh;