aboutsummaryrefslogtreecommitdiff
path: root/src/include/common/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/common/sha1.h')
-rw-r--r--src/include/common/sha1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/common/sha1.h b/src/include/common/sha1.h
index a61bc47deda..b1ee36f8eaf 100644
--- a/src/include/common/sha1.h
+++ b/src/include/common/sha1.h
@@ -15,5 +15,7 @@
/* Size of result generated by SHA1 computation */
#define SHA1_DIGEST_LENGTH 20
+/* Block size for SHA1 */
+#define SHA1_BLOCK_SIZE 64
#endif /* PG_SHA1_H */