mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
fixed keysig saving (forgot the id), enhancements on cmdline
This commit is contained in:
@@ -105,7 +105,7 @@ void pcphash_add(void *key, int type) {
|
||||
}
|
||||
else if(type == PCP_KEYSIG_NATIVE || type == PCP_KEYSIG_PBP) {
|
||||
pcp_keysig_t *keysig = (pcp_keysig_t *)key;
|
||||
HASH_ADD_STR( pcpkeysig_hash, belongs, keysig);
|
||||
HASH_ADD_STR( pcpkeysig_hash, id, keysig);
|
||||
}
|
||||
else {
|
||||
pcp_key_t *k = (pcp_key_t *)key;
|
||||
|
||||
Reference in New Issue
Block a user