finally it works on aix, at least sec/pub key stuff, signatures still hang

This commit is contained in:
TLINDEN
2013-11-19 10:06:24 +01:00
parent c4940b966c
commit 314dbde0b9
14 changed files with 159 additions and 145 deletions

View File

@@ -100,10 +100,10 @@ struct _pcp_pubkey_t {
char owner[255];
char mail[255];
char id[17];
uint8_t type;
uint64_t ctime;
uint32_t version;
uint32_t serial;
uint8_t type;
UT_hash_handle hh;
};