fixed keysig saving (forgot the id), enhancements on cmdline

This commit is contained in:
TLINDEN
2014-03-02 18:05:45 +01:00
parent 0767e55e55
commit b640fe6743
16 changed files with 84 additions and 69 deletions

View File

@@ -38,7 +38,7 @@
struct _pcp_keysig_t {
uint8_t type;
uint32_t size;
char belongs[17];
char id[17];
byte checksum[32];
byte *blob;
UT_hash_handle hh;