mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
finally it works on aix, at least sec/pub key stuff, signatures still hang
This commit is contained in:
@@ -199,7 +199,8 @@ pcp_pubkey_t *pcpkey_pub_from_secret(pcp_key_t *key) {
|
||||
memcpy(pub->id, key->id, 17);
|
||||
pub->version = key->version;
|
||||
pub->type = PCP_KEY_TYPE_PUBLIC;
|
||||
pub->ctime = key->ctime;
|
||||
pub->ctime = key->ctime;
|
||||
pub->serial = key->serial;
|
||||
return pub;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user