mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
moved all uthash related code into keyhash.c
This commit is contained in:
@@ -229,7 +229,7 @@ int main (int argc, char **argv) {
|
||||
}
|
||||
|
||||
if(usevault == 1) {
|
||||
pcp_inithashes();
|
||||
pcphash_init();
|
||||
vault = pcpvault_init(vaultfile);
|
||||
if(vault != NULL) {
|
||||
switch (mode) {
|
||||
@@ -396,7 +396,7 @@ int main (int argc, char **argv) {
|
||||
}
|
||||
}
|
||||
pcpvault_close(vault);
|
||||
pcp_cleanhashes();
|
||||
pcphash_clean();
|
||||
ucfree(vaultfile);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user