diff options
Diffstat (limited to 'src/include/common/cryptohash.h')
-rw-r--r-- | src/include/common/cryptohash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/common/cryptohash.h b/src/include/common/cryptohash.h index 3ecaf621135..32d7784ca5b 100644 --- a/src/include/common/cryptohash.h +++ b/src/include/common/cryptohash.h @@ -19,6 +19,7 @@ typedef enum { PG_MD5 = 0, + PG_SHA1, PG_SHA224, PG_SHA256, PG_SHA384, |