From: Jonathan McDowell Date: Sat, 7 Jun 2008 11:48:56 +0000 (+0100) Subject: Change to using PRIx64 rather than llX for outputting keyids. X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/1921fa44cfae203ae40e853ee9ecedb206fa9413?ds=sidebyside;hp=1921fa44cfae203ae40e853ee9ecedb206fa9413 Change to using PRIx64 rather than llX for outputting keyids. C99 defines PRIx64 which is set appropriate depending on 32/64 bit, so use that rather than llX, which is only ok for 32 bit. ---