Change to using PRIx64 rather than llX for outputting keyids.
authorJonathan McDowell <noodles@meepok>
Sat, 7 Jun 2008 11:48:56 +0000 (12:48 +0100)
committerJonathan McDowell <noodles@meepok>
Sat, 7 Jun 2008 11:48:56 +0000 (12:48 +0100)
  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.


No differences found