mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
finally it works on aix, at least sec/pub key stuff, signatures still hang
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user