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>2020-12-03 15:07:09 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2020-12-03 16:00:00 +0300
commitcd28ac0bd523a71743587da4ab371f08b4f48f64 (patch)
treedb76bce9a7c202f01ac6cbdb4c2e68ee5b905bcc /include/sha512crypt.h
parent303ca2bae4b66caba552e00e76b712a8a1e79d76 (diff)
........S. [ZBXNEXT-6207] use only sid for both session ids and auth tokens, update upgrade patch, apply sha-512 hash to auth token
Diffstat (limited to 'include/sha512crypt.h')
-rw-r--r--include/sha512crypt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sha512crypt.h b/include/sha512crypt.h
new file mode 100644
index 00000000000..b04f3fbc05e
--- /dev/null
+++ b/include/sha512crypt.h
@@ -0,0 +1,6 @@
+#ifndef __SHA512CRYPT_H
+#define __SHA512CRYPT_H
+
+void sha512_hash(const char *in, char *out);
+
+#endif