Define OpenPGP constants and use them rather than magic numbers
authorJonathan McDowell <noodles@earth.li>
Sun, 1 May 2011 00:49:57 +0000 (17:49 -0700)
committerJonathan McDowell <noodles@earth.li>
Sun, 1 May 2011 00:49:57 +0000 (17:49 -0700)
commit0211c730256c9bbaf10a569c88f7df0ef882311e
treece6b2e40ac0e76e393a9e6cc48d65fb1518db8de
parent8fc32ce43451185ca899b65ceec273425a358f00
Define OpenPGP constants and use them rather than magic numbers

  Take the set of OpenPGP constants from RFC4880 that we're using
  and produce some #defines, to try and make the code a bit clearer.
decodekey.c
keydb.c
keydb_dynamic.c
keyindex.c
openpgp.h [new file with mode: 0644]
parsekey.c
splitkeys.c