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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-02-03 14:38:20 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-02-03 14:38:20 +0300
commit4c411655df8808ff0cc23b105ec58c0642071f9c (patch)
tree6ee198b82dd91a1bf31cf6fe9768f3c960d58573 /include/sha512crypt.h
parent256ac672c453dec0341a896f69458f0dea6fee1c (diff)
........S. [ZBXNEXT-6207] added missing zbx_ to sha512 hash function
Diffstat (limited to 'include/sha512crypt.h')
-rw-r--r--include/sha512crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sha512crypt.h b/include/sha512crypt.h
index 8574a729557..3a72f80f633 100644
--- a/include/sha512crypt.h
+++ b/include/sha512crypt.h
@@ -20,6 +20,6 @@
#ifndef ZABBIX_SHA512CRYPT_H
#define ZABBIX_SHA512CRYPT_H
-void sha512_hash(const char *in, char *out);
+void zbx_sha512_hash(const char *in, char *out);
#endif