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-12-22 11:25:02 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-12-22 11:25:02 +0300
commit1881d9b6402b6623ac1c2ef1eab5e39f97a2391e (patch)
treefccb4aa659dbda72746121e4a37205a028526309 /include/sha256crypt.h
parent83adbfe995f45cb126ae6a8728086adccf38e62f (diff)
........S. [ZBX-20377] minor style fix
Diffstat (limited to 'include/sha256crypt.h')
-rw-r--r--include/sha256crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sha256crypt.h b/include/sha256crypt.h
index 12291871593..6c77cc63dd6 100644
--- a/include/sha256crypt.h
+++ b/include/sha256crypt.h
@@ -39,6 +39,6 @@ void zbx_sha256_process_bytes(const void *buffer, size_t len, sha256_ctx *ctx);
void *zbx_sha256_finish(sha256_ctx *ctx, void *resbuf);
void zbx_sha256_hash(const char *in, char *out);
-void* zbx_sha256_hash_for_hmac(const void* data, const size_t datalen, void* out,const size_t outlen);
+void* zbx_sha256_hash_for_hmac(const void* data, const size_t datalen, void* out, const size_t outlen);
#endif /* ZABBIX_SHA256CRYPT_H */