We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0d893 commit e47c260Copy full SHA for e47c260
src/include/common/sha2.h
@@ -68,7 +68,7 @@
68
#define PG_SHA512_DIGEST_LENGTH 64
69
#define PG_SHA512_DIGEST_STRING_LENGTH (PG_SHA512_DIGEST_LENGTH * 2 + 1)
70
71
-/* Context Structures for SHA-1/224/256/384/512 */
+/* Context Structures for SHA224/256/384/512 */
72
#ifdef USE_OPENSSL
73
typedef SHA256_CTX pg_sha256_ctx;
74
typedef SHA512_CTX pg_sha512_ctx;
0 commit comments