]> granicus.if.org Git - postgresql/commit
Move SCRAM-related name definitions to scram-common.h
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 18 Dec 2017 21:59:10 +0000 (16:59 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 18 Dec 2017 21:59:48 +0000 (16:59 -0500)
commit25d532698d74f4adb34f013f1a287a0029e31fb1
tree240d7d869e328880726f7c1453652d14ad7890b8
parent53cba77b53f98255bfbba9d2612d1a5685feec52
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>
src/backend/libpq/auth.c
src/include/common/scram-common.h
src/include/libpq/scram.h
src/interfaces/libpq/fe-auth-scram.c
src/interfaces/libpq/fe-auth.c