]> the.earth.li Git - onak.git/commit
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)
commit1921fa44cfae203ae40e853ee9ecedb206fa9413
tree6db2bfb6d06e25110337e4b95487c7859bf40859
parent78808f320d39f8c22622feb613706325222cfd59
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.
gpgwww.c
keyindex.c
maxpath.c
parsekey.c
sixdegrees.c
stats.c