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:24:10 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-12-22 11:24:10 +0300
commitb690e1875a49a60bd30f42a47685fb9b5fd869ad (patch)
tree68db8172d084056ac5c3bde486005726d753733c
parentd955304df5550816a97f3e5e5eaf3c048a6b57bc (diff)
........S. [ZBX-20377] minor style fix
-rw-r--r--include/sha256crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sha256crypt.h b/include/sha256crypt.h
index 85ce6fa3ca4..8c08f96af6c 100644
--- a/include/sha256crypt.h
+++ b/include/sha256crypt.h
@@ -35,6 +35,6 @@ typedef struct
sha256_ctx;
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 */