pgsql: Fix return value and const declaration from commit 978f869b99

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix return value and const declaration from commit 978f869b99
Date: 2020-12-25 16:00:44
Message-ID: E1kspWG-0007Pt-2P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix return value and const declaration from commit 978f869b99

This fixes the non-OpenSSL compile case.

Reported-by: buildfarm member sifaka

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/945083b2f7e6c19c8921c655cac6778acb1e3e03

Modified Files
--------------
src/common/cipher.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-12-25 16:36:11 pgsql: remove uint128 requirement from patch 978f869b99 (CFE)
Previous Message Bruce Momjian 2020-12-25 15:19:57 pgsql: Add key management system