mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
continue new pk-expoert format
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
#include "keyhash.h"
|
||||
#include "util.h"
|
||||
#include "base85.h"
|
||||
#include "buffer.h"
|
||||
#include "mgmt.h"
|
||||
|
||||
#define _WITH_GETLINE
|
||||
|
||||
@@ -58,4 +60,7 @@ int pcp_importsecret (vault_t *vault, FILE *in);
|
||||
void pcpdelete_key(char *keyid);
|
||||
char *pcp_find_id_byrec(char *recipient);
|
||||
|
||||
/* Experimental: new rfc4880 style pk export */
|
||||
void pcp_exportpublic2(char *passwd, char *outfile, int armor);
|
||||
|
||||
#endif /* _HAVE_KEYMGMT_H */
|
||||
|
||||
Reference in New Issue
Block a user