pgsql: Really fix the dummy implementations in cipher.c. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Really fix the dummy implementations in cipher.c.
Date
Msg-id E1kst2R-0000xB-Mm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Really fix the dummy implementations in cipher.c.

945083b2f wasn't enough to silence compiler warnings.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0848cf4f553bda5a9f044c56b3bec19929ee24e6

Modified Files
--------------
src/common/cipher.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: fix no-return function call in cipher.c from commit 978f869b99
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add key management system