gchecksum: Use G_GUINT64_CONSTANT for SHA-512 constants9470aa2cb9a8aa11532c8af09352db0895475844146/head
commit9470aa2cb9a8aa11532c8af09352db0895475844
authorPhilip Withnall <withnall@endlessm.com>
Fri, 29 Jun 2018 17:25:50 +0000 (29 18:25 +0100)
committerPhilip Withnall <withnall@endlessm.com>
Fri, 29 Jun 2018 17:26:00 +0000 (29 18:26 +0100)
treeb801fbfce2a164d474ef64968c6548c8eaca8ead
parent95082691d28ab795f15d7fa336e2e2e6e9342ddd
gchecksum: Use G_GUINT64_CONSTANT for SHA-512 constants

They’re all 8 bytes long, and integer constants that large need a suffix
on 32-bit platforms.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
https://gitlab.gnome.org/GNOME/glib/issues/977
glib/gchecksum.c