summaryrefslogtreecommitdiff
path: root/src/include/common/cryptohash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/common/cryptohash.h')
-rw-r--r--src/include/common/cryptohash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/common/cryptohash.h b/src/include/common/cryptohash.h
index 24b6dbebbd8..ee267039590 100644
--- a/src/include/common/cryptohash.h
+++ b/src/include/common/cryptohash.h
@@ -23,7 +23,7 @@ typedef enum
PG_SHA224,
PG_SHA256,
PG_SHA384,
- PG_SHA512
+ PG_SHA512,
} pg_cryptohash_type;
/* opaque context, private to each cryptohash implementation */