pgsql: Remove SHA256_HMAC_B from scram-common.h - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove SHA256_HMAC_B from scram-common.h
Date
Msg-id E1p5G0G-003Sx7-06@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove SHA256_HMAC_B from scram-common.h

This referred to the size of the buffers for k_ipad and k_opad in HMAC
computations.  This is unused since e6bdfd9, where SCRAM has switched to
the cryptohash routines for its HMAC calculations rather than its own
maths.

Reviewed-by: Jacob Champion
Discussion: https://postgr.es/m/Y5gGMjXhyp0oK0mH@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c6f6646bb0bef315c3836f3f6909c24a985a8621

Modified Files
--------------
src/include/common/scram-common.h | 3 ---
1 file changed, 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Rethink handling of [Prevent|Is]InTransactionBlock in pipeline m
Next
From: Jeff Davis
Date:
Subject: pgsql: Add grantable MAINTAIN privilege and pg_maintain role.