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:
Diffstat (limited to 'src/zabbix_server/trapper/trapper_auth.c')
-rw-r--r--src/zabbix_server/trapper/trapper_auth.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zabbix_server/trapper/trapper_auth.c b/src/zabbix_server/trapper/trapper_auth.c
index 4b2d01d0ab1..c80fdf742ce 100644
--- a/src/zabbix_server/trapper/trapper_auth.c
+++ b/src/zabbix_server/trapper/trapper_auth.c
@@ -28,8 +28,6 @@
/******************************************************************************
* *
- * Function: format_auth_token_hash *
- * *
* Purpose: takes a string token, hashes it with sha-512 and then formats the *
* resulting binary into the printable hex string *
* *
@@ -59,8 +57,6 @@ static void format_auth_token_hash(const char *auth_token, char *hash_res_string
/******************************************************************************
* *
- * Function: zbx_get_user_from_json *
- * *
* Purpose: authenticate and initialize user data from the supplied json *
* *
* Parameters: jp - [IN] the request *