aboutsummaryrefslogtreecommitdiff
path: root/include/file_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/file_processor.h')
-rw-r--r--include/file_processor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/file_processor.h b/include/file_processor.h
index cdb30bb..06b6d1d 100644
--- a/include/file_processor.h
+++ b/include/file_processor.h
@@ -24,9 +24,9 @@
* The hashes in human-readable strings
*/
struct df_hashstrings {
- char blake2[DF_STR_SIZE_512];
- char sha256[DF_STR_SIZE_256];
- char sha512[DF_STR_SIZE_512];
+ char blake2[DF_STR_SIZE_512+1];
+ char sha256[DF_STR_SIZE_256+1];
+ char sha512[DF_STR_SIZE_512+1];
};
/**