added option -y which allows to export the whole vault as yaml.

This commit is contained in:
TLINDEN
2013-11-09 14:32:42 +01:00
parent 1a772e15b8
commit 2d8d0a27d9
8 changed files with 95 additions and 6 deletions

View File

@@ -43,4 +43,7 @@ void pcppubkey_printlineinfo(pcp_pubkey_t *key);
void pcptext_key(char *keyid);
void pcptext_vault(vault_t *vault);
void pcpexport_yaml(char *outfile);
void pcpprint_bin(FILE *out, unsigned char *data, size_t len);
#endif // _HAVE_PCP_KEYPRINT_H