diff options
Diffstat (limited to 'src/include/common/cryptohash.h')
-rw-r--r-- | src/include/common/cryptohash.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/common/cryptohash.h b/src/include/common/cryptohash.h index 0e4a6631a38..6ead1cb8e5b 100644 --- a/src/include/common/cryptohash.h +++ b/src/include/common/cryptohash.h @@ -18,7 +18,8 @@ /* Context Structures for each hash function */ typedef enum { - PG_SHA224 = 0, + PG_MD5 = 0, + PG_SHA224, PG_SHA256, PG_SHA384, PG_SHA512 |