pgsql: Fix comments in SCRAM-SHA-256 patch.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix comments in SCRAM-SHA-256 patch.
Date: 2017-03-07 13:25:02
Message-ID: E1clF6s-0003qT-I0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comments in SCRAM-SHA-256 patch.

Amit Kapila.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/55acfcbffd7d11db8c10cd94ba44bfe5974894e0

Modified Files
--------------
src/backend/libpq/auth-scram.c | 2 +-
src/common/base64.c | 2 +-
src/common/scram-common.c | 2 +-
src/include/common/base64.h | 2 +-
src/include/common/scram-common.h | 4 ++--
src/include/libpq/scram.h | 2 +-
src/interfaces/libpq/fe-auth-scram.c | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2017-03-07 13:25:15 Re: pgsql: Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Previous Message Amit Kapila 2017-03-07 13:08:27 Re: pgsql: Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).