We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63110c6 commit 556cbdfCopy full SHA for 556cbdf
src/backend/libpq/auth-scram.c
@@ -1400,8 +1400,8 @@ scram_mock_salt(const char *username)
1400
/*
1401
* Generate salt using a SHA256 hash of the username and the cluster's
1402
* mock authentication nonce. (This works as long as the salt length is
1403
- * not larger the SHA256 digest length. If the salt is smaller, the caller
1404
- * will just ignore the extra data.)
+ * not larger than the SHA256 digest length. If the salt is smaller, the
+ * caller will just ignore the extra data.)
1405
*/
1406
StaticAssertStmt(PG_SHA256_DIGEST_LENGTH >= SCRAM_DEFAULT_SALT_LEN,
1407
"salt length greater than SHA256 digest length");
0 commit comments