Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut <peter_e@gmx.net>
Move SCRAM-related name definitions to scram-common.h Mechanism names for SCRAM and channel binding names have been included in scram.h by the libpq frontend code, and this header references a set of routines which are only used by the backend. scram-common.h is on the contrary usable by both the backend and libpq, so getting those names from there seems more reasonable. Author: Michael Paquier <michael.paquier@gmail.com>
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/auth.c | modified | +1 −0 |
| src/include/common/scram-common.h | modified | +7 −0 |
| src/include/libpq/scram.h | modified | +0 −7 |
| src/interfaces/libpq/fe-auth.c | modified | +1 −1 |
| src/interfaces/libpq/fe-auth-scram.c | modified | +0 −1 |