changed public key export format to (slightly modified) RFC4880 style (openpgp format).

Current state is totally unstable, it's not yet ready.
This commit is contained in:
TLINDEN
2014-02-12 00:37:41 +01:00
parent c9e236db20
commit 6d738ccbf8
22 changed files with 5864 additions and 68 deletions

View File

@@ -524,10 +524,10 @@ int main (int argc, char **argv) {
goto ELSEMODE;
break;
}
pcpvault_close(vault);
pcphash_clean();
free(vaultfile);
}
pcpvault_close(vault);
pcphash_clean();
free(vaultfile);
}
else {
ELSEMODE:
@@ -574,7 +574,6 @@ int main (int argc, char **argv) {
}
}
fatals_ifany();
return PCP_EXIT;