Remove bogus SCRAM_ITERATION_LEN constant. It was not used for what the comment claimed, at all. It was actually used as the 'base' argument to strtol(), when reading the iteration count. We don't need a constant for base-10, so remove it.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/07044efe00762bdd04c4d392adb8f6425b13369b Modified Files -------------- src/backend/libpq/auth-scram.c | 2 +- src/include/common/scram-common.h | 3 --- src/interfaces/libpq/fe-auth-scram.c | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers