pgsql: Fix compilation warnings in cryptohash_openssl.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix compilation warnings in cryptohash_openssl.c
Date: 2020-12-02 03:31:30
Message-ID: E1kkIra-0007Og-Eb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compilation warnings in cryptohash_openssl.c

These showed up with -O2. Oversight in 87ae969.

Author: Fujii Masao
Discussion: https://postgr.es/m/cee3df00-566a-400c-1252-67c3701f918a@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/91624c2ff8809145880383b0fa84be0ee98f55b5

Modified Files
--------------
src/common/cryptohash_openssl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-12-02 03:33:30 Re: pgsql: Move SHA2 routines to a new generic API layer for crypto hashes
Previous Message Michael Paquier 2020-12-02 03:21:16 Re: pgsql: Move SHA2 routines to a new generic API layer for crypto hashes