aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/common/sha2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/common/sha2.h b/src/include/common/sha2.h
index 673e75b5343..9c4abf777d4 100644
--- a/src/include/common/sha2.h
+++ b/src/include/common/sha2.h
@@ -68,7 +68,7 @@
#define PG_SHA512_DIGEST_LENGTH 64
#define PG_SHA512_DIGEST_STRING_LENGTH (PG_SHA512_DIGEST_LENGTH * 2 + 1)
-/* Context Structures for SHA-1/224/256/384/512 */
+/* Context Structures for SHA224/256/384/512 */
#ifdef USE_OPENSSL
typedef SHA256_CTX pg_sha256_ctx;
typedef SHA512_CTX pg_sha512_ctx;