mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Post-PG 10 beta1 pgindent run
perltidy run not included.
This commit is contained in:
@ -219,8 +219,8 @@ scram_build_verifier(const char *salt, int saltlen, int iterations,
|
||||
*----------
|
||||
*/
|
||||
maxlen = strlen("SCRAM-SHA-256") + 1
|
||||
+ 10 + 1 /* iteration count */
|
||||
+ pg_b64_enc_len(saltlen) + 1 /* Base64-encoded salt */
|
||||
+ 10 + 1 /* iteration count */
|
||||
+ pg_b64_enc_len(saltlen) + 1 /* Base64-encoded salt */
|
||||
+ pg_b64_enc_len(SCRAM_KEY_LEN) + 1 /* Base64-encoded StoredKey */
|
||||
+ pg_b64_enc_len(SCRAM_KEY_LEN) + 1; /* Base64-encoded ServerKey */
|
||||
|
||||
|
Reference in New Issue
Block a user