prepared recipient list support

This commit is contained in:
git@daemon.de
2014-01-20 16:07:01 +01:00
parent 67ba04f3bd
commit 6714dd1c3b
5 changed files with 128 additions and 43 deletions

View File

@@ -34,8 +34,9 @@
#include "z85.h"
#include "keyprint.h"
#include "keyhash.h"
#include "plist.h"
int pcpdecrypt(char *id, int useid, char *infile, char *outfile, char *passwd);
int pcpencrypt(char *id, char *infile, char *outfile, char *passwd, char *recipient);
int pcpencrypt(char *id, char *infile, char *outfile, char *passwd, plist_t *recipient);
#endif // _HAVE_ENCRYPTION_H